88 Commits (2e60bccddbac4bae6d984214f75bf59985fba9a6)

Author SHA1 Message Date
Logan007 fad7c191f6 added XORSHIFT128+ random number generator 4 years ago
Luca Deri bd49b4e3a3 Compilation fixes 4 years ago
Logan007 0477e476e8 added Speck 4 years ago
emanuele-f 5044fcde26 Add linux capabilities dependency to cmake 4 years ago
emanuele-f 0e48e2f24c Add support for linux capabilities to proper routes cleanup 4 years ago
emanuele-f 62b9530425 Add missing ifdef 4 years ago
emanuele-f 928fc9f22e Add ability to insert linux routes in n2n 4 years ago
Logan007 f2524196b1 added optional payload compression (zstd) for all transforms 4 years ago
Logan007 7c2648c1e2 added cli option for ChaCha20 (-A4) 4 years ago
Logan007 9076ed1bab added optional payload compression (lzo) for all transforms 4 years ago
Logan007 9e5934acc8 added ChaCha20 (cc20) 4 years ago
emanuele-f 46aaa86629 Fix multicast dropped when routing is disabled 5 years ago
realjiangms 9601e82daf More reliable punching: 5 years ago
emanuele-f 7e7782f965 Possibly fix mingw compilation 5 years ago
emanuele-f 1b49b37a75 Disable PMTU options on apple to fix compilation issues 5 years ago
emanuele-f 8f3009c448 Fix occasional connection issues on startup due to bad MAC address read 5 years ago
emanuele-f 0538c5261d Disable PMTU in other platforms 5 years ago
emanuele-f 6c67ed0440 MTU changes to avoid connection stall on PMTU discovery failures 5 years ago
emanuele-f 27da194872 Reduce log level due to invalid supernode register ACK cookies 5 years ago
emanuele-f 2f671cf6d9 Add support for TOS setting in edge 5 years ago
emanuele-f eea0c9b46b Add option to disable p2p 5 years ago
emanuele-f 4e9d66a0a2 Rework log levels 5 years ago
emanuele-f 6bb7e3d9c5 Fix dropped broadcast traffic 5 years ago
emanuele-f 035b66b1a9 Fix mtu with AES 5 years ago
emanuele-f 6328962752 Improve packet length log 5 years ago
emanuele-f 8880330c41 Windows compilation fix 5 years ago
emanuele-f 1c9e029b88 Retry multicast group join instead of exiting 5 years ago
Luca 1512f20eaa Compilation fix 5 years ago
emanuele-f a70641897d Graceful termination in Windows 5 years ago
emanuele-f 41bff29df6 Disable multicast peers discovery in windows 5 years ago
Teteros ba38ab70de
Fix typo: 'enstablished' -> 'established' 5 years ago
emanuele-f 447c3ad8c3 Replace peers linked list with hash 5 years ago
emanuele-f 4eacea7d57 Little improvement 5 years ago
emanuele-f f36814b152 Implement query peer to try p2p during send 5 years ago
emanuele-f b36754eae0 Set last_p2p ib peer_set_p2p_confirmed 5 years ago
emanuele-f 3db1cab276 Split broadcast stats from other supernode stats 5 years ago
emanuele-f 0e6db6361e Fix connection stall when idle p2p refresh occurs 5 years ago
emanuele-f f038f22a0b Fix too many registrations going on 5 years ago
emanuele-f 623a9e480c Improve log messages 5 years ago
fengdaolong 69e3b49bec eliminate compilation warnings 5 years ago
yunbox f48c170c26 Fix supernode handling REGISTER message from edge and let edge ask supernode to forward REGISTER message in case of non-p2p-reflection. 5 years ago
emanuele-f 3aec02d3e6 Fix unidirectional P2P connection due to pending registration 5 years ago
emanuele-f fb813e5438 Fix "invalid transop ID" when encryption is disabled 5 years ago
emanuele-f 52d33ed880 Fix missing destination MAC in REGISTER preventing proper P2P 5 years ago
Jiang Zihao 0edca7e16a Fix purge_expired_registrations to accept passed-in last_purge instead of static function var. 5 years ago
emanuele-f 59011308b2 Ignore invalid community when not received from supernode 5 years ago
emanuele-f 04226c09c8 Fix compilation warnings and little leak 5 years ago
emanuele-f bc904cfbcc Skip localhost received sockets 5 years ago
emanuele-f e2861e5f71 Fix send error in peer registration refresh 5 years ago
emanuele-f 49fd9fc5da Discard idle known_peers to avoid connection blocking on disconnection 5 years ago