mirror of
https://github.com/yusing/godoxy.git
synced 2026-03-18 15:23:51 +01:00
9 lines
110 B
Go
9 lines
110 B
Go
package route
|
|
|
|
import (
|
|
"time"
|
|
)
|
|
|
|
const udpBufferSize = 8192
|
|
const streamStopListenTimeout = 1 * time.Second
|