aboutsummaryrefslogtreecommitdiffstats
path: root/src/udp/frame.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* udp: make Endpoint implement CopyJake McGinty2018-04-251-1/+1
* udp: use latest nix draft, which uses latest libcJake McGinty2018-04-251-1/+1
* udp: sendmsg ipv4 pktinfo working (macos)Jake McGinty2018-04-221-0/+1
* global: SocketAddr -> EndpointJake McGinty2018-04-221-6/+6
* udp: parse in(6)_pktinfo cmsgsJake McGinty2018-04-221-16/+1
* udp: dual-stack single socket -> dual socketJake McGinty2018-04-221-4/+8
* udp: remove the unused Connected/Unconnected UDP enumJake McGinty2018-04-221-39/+10
* udp: only convert 'mapped', not 'compatible' adddresses, to IPv4 internallyJake McGinty2018-04-051-1/+12
* global: tidying upJake McGinty2018-03-091-1/+1
* linux: fix build from mio-utun bugJake McGinty2018-03-081-1/+1
* config: support fwmarkJake McGinty2018-03-081-5/+20
* udp: continue simplifying wrappersJake McGinty2018-03-041-66/+18
* udp: move all the UDP-related internals into its own structJake McGinty2018-03-041-4/+45
* udp: enable SO_REUSEPORT to start getting cleverJake McGinty2018-03-041-2/+34
* udp: switch to own tokio UdpSocket implementation for performance reasonsJake McGinty2018-03-041-0/+188