aboutsummaryrefslogtreecommitdiffstats
path: root/src/udp/mod.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* udp: remove the unused Connected/Unconnected UDP enumJake McGinty2018-04-221-49/+91
* udp: set IPV6_RECVPKTINFO sockopt (darwin)Jake McGinty2018-04-111-2/+35
* udp: continue simplifying wrappersJake McGinty2018-03-041-5/+5
* udp: move all the UDP-related internals into its own structJake McGinty2018-03-041-6/+7
* udp: simplify/consolidate udp socket codeJake McGinty2018-03-041-265/+11
* udp: enable SO_REUSEPORT to start getting cleverJake McGinty2018-03-041-1/+1
* udp: switch to own tokio UdpSocket implementation for performance reasonsJake McGinty2018-03-041-0/+477