Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-10 | Probable fix for GitHub issue #63 - do not unite() if either path is TCP, ↵ | Adam Ierymenko | |
since doing so can result in asymmetric failed NAT-t over UDP if one side has a firewall that permits outgoing UDP but not incoming. | |||
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-18 | TCP socket. | Adam Ierymenko | |
2014-03-17 | UDP socket implementation. | Adam Ierymenko | |
2014-03-17 | Compile fixes. | Adam Ierymenko | |
2014-03-17 | Bunch of work in progress on new socket multiplexer and plumbing for TCP ↵ | Adam Ierymenko | |
jailbreaking... Don't try to build, won't yet. |