Commit Graph

1426 Commits

Author SHA1 Message Date
emanuele-f
25d4420c64 Fix typo 2019-08-16 16:58:06 +02:00
emanuele-f
6c67ed0440 MTU changes to avoid connection stall on PMTU discovery failures 2019-08-16 16:55:40 +02:00
emanuele-f
27da194872 Reduce log level due to invalid supernode register ACK cookies 2019-08-15 19:02:42 +02:00
emanuele-f
ce1fb356f3 Add dissector port note 2019-08-15 18:13:59 +02:00
emanuele-f
fa94c43d36 Implement wireshark dissector 2019-08-15 17:34:05 +02:00
emanuele-f
4f04241bb3 Avoid community whitelist purging
Fixes #175
2019-08-15 11:32:41 +02:00
emanuele-f
0b965c37c0 Read local edge.conf and supernode.conf files on Windows 2019-08-11 14:35:20 +02:00
emanuele-f
024dca79af Fix wrong edge conf documentation 2019-08-08 18:11:14 +02:00
Emanuele Faranda
be8c2ec9cd
Merge pull request #169 from HorseLuke/fix-edge-conf-read-201907
Fix: setOption pass wrong argument in edge node
2019-07-29 08:10:53 +00:00
horseluke
9e56c92af2 Fix: setOption pass wrong argument in edge node 2019-07-28 01:59:51 +08:00
emanuele-f
2f671cf6d9 Add support for TOS setting in edge 2019-07-16 00:37:52 +02:00
emanuele-f
eea0c9b46b Add option to disable p2p 2019-07-15 23:33:11 +02:00
emanuele-f
4e9d66a0a2 Rework log levels
Now "-v" only returns high level information, whereas "-vv" can be used to further increase the verbosity.
2019-07-15 23:21:38 +02:00
emanuele-f
6bb7e3d9c5 Fix dropped broadcast traffic
Fixes #161
2019-07-15 22:44:12 +02:00
emanuele-f
035b66b1a9 Fix mtu with AES
This avoids fragmentation when possible
2019-07-15 20:14:14 +02:00
emanuele-f
6328962752 Improve packet length log 2019-07-15 19:42:51 +02:00
emanuele-f
9cc2aee7fc Fix config load from file in Windows 2019-07-08 22:56:13 +02:00
emanuele-f
561f0e2f4f Supernode graceful termination in Windows
Closes #163
2019-07-08 22:49:30 +02:00
emanuele-f
8880330c41 Windows compilation fix 2019-07-08 14:13:26 +02:00
emanuele-f
1b1900358b Windows compilation fixes 2019-07-08 12:06:28 +02:00
emanuele-f
00b891f17b Update openwrt instructions with the toolchain setup 2019-07-07 12:20:23 +02:00
emanuele-f
bf0ad28b4b Update openwrt readme 2019-07-07 00:46:25 +02:00
emanuele-f
9e09ddc326 Do not run configure in autogen.sh 2019-07-07 00:14:10 +02:00
emanuele-f
7cc73aec62 Add support for libcrypto headers 2019-07-06 23:38:49 +02:00
emanuele-f
4aff8938ac Fix openwrt build instructions 2019-07-06 21:15:03 +02:00
emanuele-f
f0545a1fe2 Fix link 2019-07-06 21:03:32 +02:00
emanuele-f
31e201b49d Update OpenWRT commit hash 2019-07-06 21:00:05 +02:00
emanuele-f
fa695e9f2b OpenWRT build files and instructions 2019-07-06 20:58:57 +02:00
emanuele-f
4d36f9f613 Package fixes 2019-07-06 14:40:16 +02:00
emanuele-f
8f57b6901c Update gitignore 2019-07-06 13:54:00 +02:00
emanuele-f
cb43d0cf64 Unify n2n version 2019-07-06 13:52:17 +02:00
emanuele-f
1c9e029b88 Retry multicast group join instead of exiting
Multicast group join failures can occur during system startup
2019-07-06 11:24:29 +02:00
Luca Deri
593bde7944
Merge pull request #158 from daniele-sartiano/dev
Updated instructions, dependencies and configurations for gradle 4.4.
2019-07-03 23:45:41 +02:00
Daniele
96daf3accf Updated instructions, dependencies and configurations for gradle 4.4. 2019-07-03 22:02:40 +02:00
Luca
1512f20eaa Compilation fix 2019-07-01 07:15:13 +02:00
emanuele-f
a70641897d Graceful termination in Windows 2019-07-01 00:26:44 +02:00
Logan008
47a298cb4d AES: remove obsolete fields sa and nonce (#152)
* removed obsolete fields for nonce and sa
2019-06-30 21:32:40 +00:00
emanuele-f
53d27bebf5 Implement MAC address change in Windows
Fixes #43
2019-06-30 22:31:31 +02:00
emanuele-f
e1b2ab3eca Set MTU on Windows
Fixes #153
2019-06-30 20:26:35 +02:00
emanuele-f
09707660a1 Print available Windows TAP devices after help 2019-06-30 20:06:07 +02:00
emanuele-f
6d38d4bfb4 Fix adapter name length in windows 2019-06-30 19:10:51 +02:00
emanuele-f
69e1d50ca3 Implement selectable tap adapter in Windows 2019-06-30 18:37:48 +02:00
Logan008
bc260c2312 optimization to flexible AES keysize depending on input key size 2019-06-30 17:03:03 +02:00
Emanuele Faranda
c0bdf7053c
Add link to Routing.md 2019-06-30 14:28:45 +00:00
Emanuele Faranda
324dbe2e97
Merge pull request #149 from Logan008/dev
added more detailed routing information
2019-06-30 14:24:56 +00:00
Logan008
598d1e61f3 added more detailed routing information 2019-06-30 15:38:25 +02:00
emanuele-f
41bff29df6 Disable multicast peers discovery in windows 2019-06-22 16:50:11 +02:00
emanuele-f
32f757922c Add warning when community and encryption keys match 2019-06-22 15:46:46 +02:00
emanuele-f
65c81612ca Fix typo 2019-06-21 01:42:57 +02:00
emanuele-f
f88db76e10 Update readme 2019-06-21 01:37:57 +02:00