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