stack: Add icmp timeout
This commit is contained in:
parent
568357315c
commit
bebc8d67f3
3 changed files with 7 additions and 2 deletions
1
stack.go
1
stack.go
|
|
@ -28,6 +28,7 @@ type StackOptions struct {
|
|||
Tun Tun
|
||||
TunOptions Options
|
||||
UDPTimeout time.Duration
|
||||
ICMPTimeout time.Duration
|
||||
Handler Handler
|
||||
Logger logger.Logger
|
||||
ForwarderBindInterface bool
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue