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

double buffer

This commit is contained in:
Zack Scholl 2019-09-06 12:10:25 -07:00
parent 7128c3632d
commit 15d7e8946a

View file

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