-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Closed
Labels
bug 🐞Something isn't workingSomething isn't working
Milestone
Description
Caddy should use a *net.UDPConn instead of a net.PacketConn in
Lines 205 to 210 in e2940c8
| type fakeClosePacketConn struct { | |
| closed int32 // accessed atomically | |
| usage *int32 // accessed atomically | |
| key string | |
| net.PacketConn | |
| } |
This will allow quic-go to set the receive buffer size, see https://caddy.community/t/udp-receive-buffer-size-quic/11244 and quic-go/quic-go#3024.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bug 🐞Something isn't workingSomething isn't working