aboutsummaryrefslogtreecommitdiffstats
path: root/src/interface/peer_server.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* use dual-stack ipv6 UDP socketJake McGinty2018-02-051-9/+29
* make the fallback-session code a bit more canonical rustJake McGinty2018-02-051-11/+9
* start removing some panicsJake McGinty2018-02-051-9/+18
* fix useless debug messageJake McGinty2018-02-011-1/+1
* properly leave packets queued when no route exists to peerJake McGinty2018-02-011-26/+45
* handle no-psk caseJake McGinty2018-02-011-2/+2
* ratchet session upon sending successful handshake responseJake McGinty2018-01-271-0/+3
* handle incoming handshake init packetsJake McGinty2018-01-271-13/+63
* u64 counters, not usizeJake McGinty2018-01-081-3/+3
* clear out warningsJake McGinty2017-12-311-3/+3
* move outgoing peer logic to PeerServer as wellJake McGinty2017-12-311-3/+22
* remove some unused dependenciesJake McGinty2017-12-311-2/+2
* ipv4/6 routing table wipJake McGinty2017-12-301-3/+4
* fix repeating keepalive timerJake McGinty2017-12-301-4/+5
* report last handshake time, expire old keepalive timersJake McGinty2017-12-301-8/+12
* rudimentary timers!Jake McGinty2017-12-301-33/+87
* fallback to previous noise hackJake McGinty2017-12-301-3/+14
* PeerServer custom future refactorJake McGinty2017-12-301-0/+174