mirror of
https://github.com/SagerNet/sing.git
synced 2025-04-04 04:17:38 +03:00
8 lines
106 B
Go
8 lines
106 B
Go
//go:build !with_low_memory
|
|
|
|
package buf
|
|
|
|
const (
|
|
BufferSize = 32 * 1024
|
|
UDPBufferSize = 16 * 1024
|
|
)
|