Browse Source

Chore: decrease maxUDPQueueSize

pull/76/head
xjasonlyu 4 years ago
parent
commit
849f47baf7
  1. 2
      tunnel/tunnel.go

2
tunnel/tunnel.go

@ -11,7 +11,7 @@ const (
// maxUDPQueueSize is the max number of UDP packets
// could be buffered. if queue is full, upcoming packets
// would be dropped util queue is ready again.
maxUDPQueueSize = 2 << 10
maxUDPQueueSize = 1 << 9
)
var (

Loading…
Cancel
Save