Emanuele Faranda
d8871c2a60
Merge pull request #199 from Marviel/patch-1
Update tuntap_osx.c error message.
5 years ago
Luke Bechtel
3629d4770a
Update tuntap_osx.c
5 years ago
Luke Bechtel
b31839631a
Update tuntap_osx.c
Add clearer explanation of tuntap failure.
5 years ago
emanuele-f
46aaa86629
Fix multicast dropped when routing is disabled
5 years ago
emanuele-f
f9ade32788
Move -L flag doc to manpage
5 years ago
realjiangms
9601e82daf
More reliable punching:
1. Some nat router blocks the port if incoming traffic arrives before outcoming traffic being sent. Give edge ability to set proper TTL so that the registration packet is dropped before it arrives peer.
2. Support Symmetric NAT by predicting 15 more ports when sending registration packet
3. Purge pending mac also on P2P normal packet. This is actually more usual condition.
4. Add doc for new flag.
6 years ago
emanuele-f
7e7782f965
Possibly fix mingw compilation
5 years ago
Alfredo Cardigliano
5889b2c4a0
rpm-sign fix for centos8
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
6868ed9ccd
Ensure that the TAP interface is up and running
5 years ago
emanuele-f
b889795b19
Fix possible uninitialised values in struct ifreq
5 years ago
emanuele-f
0538c5261d
Disable PMTU in other platforms
5 years ago
emanuele-f
252ee3e82f
Call pcap_set_immediate_mode if available
5 years ago
emanuele-f
9d64ca0088
Fix install targets
5 years ago
emanuele-f
60a4ba90ce
Add tools subdirectory
5 years ago
Emanuele Faranda
1ba5fa3dc8
Merge pull request #179 from lucktu/patch-1
newline
5 years ago
lucktu
365bae18d7
A newline
A newline
5 years ago
emanuele-f
b3995e7fbc
Implemnent n2n-decode utility to decode and dump traffic to PCAP
5 years ago
emanuele-f
5d2d19a924
Remove calls to system() in tuntap_linux
Fixes #177
5 years ago
Logan008
916902ed57
Merge pull request #1 from ntop/dev
pull current ntop/n2n dev
5 years ago
emanuele-f
49f1f1b886
Remove unused -b option
n2n already resolves the supernode address dynamically
5 years ago
emanuele-f
25d4420c64
Fix typo
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
ce1fb356f3
Add dissector port note
5 years ago
emanuele-f
fa94c43d36
Implement wireshark dissector
5 years ago
emanuele-f
4f04241bb3
Avoid community whitelist purging
Fixes #175
5 years ago
emanuele-f
0b965c37c0
Read local edge.conf and supernode.conf files on Windows
5 years ago
emanuele-f
024dca79af
Fix wrong edge conf documentation
5 years ago
Emanuele Faranda
be8c2ec9cd
Merge pull request #169 from HorseLuke/fix-edge-conf-read-201907
Fix: setOption pass wrong argument in edge node
5 years ago
horseluke
9e56c92af2
Fix: setOption pass wrong argument in edge node
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
Now "-v" only returns high level information, whereas "-vv" can be used to further increase the verbosity.
5 years ago
emanuele-f
6bb7e3d9c5
Fix dropped broadcast traffic
Fixes #161
5 years ago
emanuele-f
035b66b1a9
Fix mtu with AES
This avoids fragmentation when possible
5 years ago
emanuele-f
6328962752
Improve packet length log
5 years ago
emanuele-f
9cc2aee7fc
Fix config load from file in Windows
5 years ago
emanuele-f
561f0e2f4f
Supernode graceful termination in Windows
Closes #163
5 years ago
emanuele-f
8880330c41
Windows compilation fix
5 years ago
emanuele-f
1b1900358b
Windows compilation fixes
5 years ago
emanuele-f
00b891f17b
Update openwrt instructions with the toolchain setup
5 years ago
emanuele-f
bf0ad28b4b
Update openwrt readme
5 years ago
emanuele-f
9e09ddc326
Do not run configure in autogen.sh
5 years ago
emanuele-f
7cc73aec62
Add support for libcrypto headers
5 years ago
emanuele-f
4aff8938ac
Fix openwrt build instructions
5 years ago
emanuele-f
f0545a1fe2
Fix link
5 years ago
emanuele-f
31e201b49d
Update OpenWRT commit hash
5 years ago
emanuele-f
fa695e9f2b
OpenWRT build files and instructions
5 years ago