fix udp connection timeout

This commit is contained in:
ginuerzh
2024-08-06 18:33:29 +08:00
parent 5e8a8a4b4d
commit 22e522e933
9 changed files with 30 additions and 24 deletions

View File

@ -65,7 +65,7 @@ func (l *udpListener) Init(md md.Metadata) (err error) {
Backlog: l.md.backlog,
ReadQueueSize: l.md.readQueueSize,
ReadBufferSize: l.md.readBufferSize,
KeepAlive: l.md.keepalive,
Keepalive: l.md.keepalive,
TTL: l.md.ttl,
Logger: l.logger,
})