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

double buffer

This commit is contained in:
Zack Scholl 2019-09-06 12:13:37 -07:00
parent 6dc7f436dd
commit 0a53088d53

View file

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