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

double buffer

This commit is contained in:
Zack Scholl 2019-09-06 12:09:17 -07:00
parent 83119f81dd
commit 7128c3632d

View file

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