Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-05 | Rip out dead "firewall opener" code, replace in pipeline with ↵ | Adam Ierymenko | |
anti-symmetric-NAT tactics. | |||
2014-04-03 | Tweak some timings and stuff. | Adam Ierymenko | |
2014-04-01 | Get : out of Path.toString() since this will conflict with : in IPv6 IPs. | Adam Ierymenko | |
2014-03-31 | Oops... turns out we need to differentiate incoming from outgoing TCP and ↵ | Adam Ierymenko | |
indeed learn incoming TCP paths. Otherwise the recipient of a TCP connection does not know to reply via TCP! Heh. | |||
2014-03-31 | Clean dead paths from peers. | Adam Ierymenko | |
2014-03-28 | Small readability fix. | Adam Ierymenko | |
2014-03-26 | Change the way TCP failover is invoked. | Adam Ierymenko | |
2014-03-21 | Builds with new Path code. | Adam Ierymenko | |
2014-03-20 | Work in progress: refactoring paths, adding TCP fallback. | Adam Ierymenko | |
2014-03-20 | Reworking of paths in Peer work-in-progress, and TCP connect support in ↵ | Adam Ierymenko | |
SocketManager. Also add FD_SETSIZE checking for the default select implementation of sockets. |