aboutsummaryrefslogtreecommitdiffstats
path: root/src/udp (follow)
Commit message (Expand)AuthorAgeFilesLines
* cookies: implement cookie replies under loadJake McGinty2018-05-181-1/+0
* peer_server: use unbounded channels, ratelimiter wipJake McGinty2018-05-171-3/+3
* udp: make Endpoint implement CopyJake McGinty2018-04-252-2/+2
* udp: use latest nix draft, which uses latest libcJake McGinty2018-04-252-22/+21
* udp: clean up debug outputJake McGinty2018-04-241-9/+13
* udp: retry sends without pktinfo if they failedJake McGinty2018-04-221-15/+25
* udp: fix bug with ipv6 pktinfoJake McGinty2018-04-221-6/+10
* udp: use SocketAddr::from for udp bindingJake McGinty2018-04-221-6/+6
* udp: use nix's setsockoptJake McGinty2018-04-221-30/+5
* udp: sendmsg ipv4 pktinfo working (macos)Jake McGinty2018-04-222-31/+70
* global: SocketAddr -> EndpointJake McGinty2018-04-222-15/+26
* udp: return back "magic" endpoint in recv_fromJake McGinty2018-04-221-26/+47
* udp: make IPs easily parsable by std::netJake McGinty2018-04-221-6/+10
* udp: parse in(6)_pktinfo cmsgsJake McGinty2018-04-222-35/+25
* udp: dual-stack single socket -> dual socketJake McGinty2018-04-222-145/+59
* udp: remove the unused Connected/Unconnected UDP enumJake McGinty2018-04-222-88/+101
* udp: set IPV6_RECVPKTINFO sockopt (darwin)Jake McGinty2018-04-111-2/+35
* 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-042-71/+23
* udp: move all the UDP-related internals into its own structJake McGinty2018-03-042-10/+52
* udp: simplify/consolidate udp socket codeJake McGinty2018-03-041-265/+11
* udp: enable SO_REUSEPORT to start getting cleverJake McGinty2018-03-042-3/+35
* udp: switch to own tokio UdpSocket implementation for performance reasonsJake McGinty2018-03-042-0/+665