mirror of
https://github.com/yusing/godoxy.git
synced 2025-05-20 12:42:34 +02:00
8 lines
110 B
Go
8 lines
110 B
Go
package route
|
|
|
|
import (
|
|
"time"
|
|
)
|
|
|
|
const udpBufferSize = 8192
|
|
const streamStopListenTimeout = 1 * time.Second
|