summaryrefslogtreecommitdiff
path: root/node/SocketManager.hpp
AgeCommit message (Collapse)Author
2015-03-31Whole heap more cleanup and refactoring...Adam Ierymenko
2015-02-17Re-incorporation: ZeroTier Networks -> ZeroTier, Inc. [Delaware]Adam Ierymenko
2015-01-05Cleanup, add tristate to config code in Network, and happy new year!Adam Ierymenko
2014-10-21Starting on simulated socket manager.Adam Ierymenko
2014-10-21More work on abstracting socket manager.Adam Ierymenko
2014-10-21About halfway there in refactoring to support pluggable SocketManager.Adam Ierymenko
2014-10-21Move socket manager implementation into osnet/Adam Ierymenko
2014-09-05Rip out dead "firewall opener" code, replace in pipeline with ↵Adam Ierymenko
anti-symmetric-NAT tactics.
2014-08-05(1) Disable firewall openers (its easy to re-enable), (2) Do some prep work ↵Adam Ierymenko
for making supernode topology hot-updatable.
2014-03-31Oops... 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-25Make Windows build, add (untested) Windows named pipe based IPC code.Adam Ierymenko
2014-03-20Work in progress: refactoring paths, adding TCP fallback.Adam Ierymenko
2014-03-20Reworking 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.
2014-03-19Bug fixes.Adam Ierymenko
2014-03-18TCP socket.Adam Ierymenko
2014-03-17Compile fixes.Adam Ierymenko
2014-03-17Bunch of work in progress on new socket multiplexer and plumbing for TCP ↵Adam Ierymenko
jailbreaking... Don't try to build, won't yet.