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:
parent
fb658ccde2
commit
7b3fae8e2c
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue