mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-24 01:08:31 +02:00
restructured the project to comply community guideline, for others check release note
This commit is contained in:
8
internal/route/constants.go
Normal file
8
internal/route/constants.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package route
|
||||
|
||||
import (
|
||||
"time"
|
||||
)
|
||||
|
||||
const udpBufferSize = 8192
|
||||
const streamStopListenTimeout = 1 * time.Second
|
||||
Reference in New Issue
Block a user