0
0
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-11 13:21:00 +02:00

change buff size

This commit is contained in:
Zack Scholl 2019-09-06 12:01:53 -07:00
parent fb658ccde2
commit 7b3fae8e2c

View file

@ -1,4 +1,4 @@
package models package models
const TCP_BUFFER_SIZE = 1024 * 64 const TCP_BUFFER_SIZE = 1024 * 128
const DEFAULT_RELAY = "142.93.177.120:9009" const DEFAULT_RELAY = "142.93.177.120:9009"