mirror of
https://github.com/bolucat/Archive.git
synced 2026-04-23 00:17:16 +08:00
Update On Mon Nov 17 19:42:26 CET 2025
This commit is contained in:
@@ -36,8 +36,8 @@ const (
|
||||
sessionCleanInterval = 5 * time.Second
|
||||
|
||||
// Buffer received network packets before they are dropped by OS kernel.
|
||||
packetChanCapacityClient = 4 * 1024
|
||||
packetChanCapacityServer = 4 * 1024
|
||||
packetChanCapacityClient = segmentTreeCapacity
|
||||
packetChanCapacityServer = segmentTreeCapacity
|
||||
)
|
||||
|
||||
// baseUnderlay contains a partial implementation of underlay.
|
||||
|
||||
Reference in New Issue
Block a user