package route import ( "time" ) const ( udpBufferSize = 8192 streamStopListenTimeout = 1 * time.Second )