Update On Mon Nov 17 19:42:26 CET 2025

This commit is contained in:
github-action[bot]
2025-11-17 19:42:26 +01:00
parent 3584da6277
commit 56abc53ba3
65 changed files with 1524 additions and 1200 deletions
+2 -2
View File
@@ -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.