Logan oos Even
8f158750c4
added communities doc, trimmed readme, outsourced advanced topics ( #540 )
4 years ago
Logan oos Even
df716c9da5
readability code clean-up, added 64-bit hash ( #538 )
4 years ago
Logan oos Even
599e424b5d
Revert "changed timer source ( #522 )" ( #536 )
This reverts commit 0298efa36e
.
4 years ago
Logan oos Even
1c29fbee8a
readability code clean-up ( #532 )
4 years ago
Logan oos Even
d063cf3088
readability code clean-up ( #531 )
* readability code clean-up
* readability code clean-up
4 years ago
Logan oos Even
9fbe941511
readability code clean-up ( #530 )
4 years ago
Logan oos Even
3252231ecb
readability code clean-up ( #529 )
4 years ago
fengdaolong
d7654397a8
Fix the problem of running edge, IP or domain name resolution failure under Windows system. ( #527 )
4 years ago
fengdaolong
cb7ee56876
Fix Windows MinGW compilation failure. ( #526 )
4 years ago
Logan oos Even
0298efa36e
changed timer source ( #522 )
* changed timer source
* changed timer source
* changed timer source
* changed timer source
* changed timer source
* changed timer source
4 years ago
Logan oos Even
c45da8714b
added edge authentication doc ( #517 )
4 years ago
Francesco Carli
bde819700d
Protection mechanism against MAC spoofing ( #512 )
* Implement MAC spoofing protection mechanism
* Update edge_utils.c
* Fix compile errors
* Update edge_utils.c
* Update edge_utils.c
* Update edge_utils.c
4 years ago
joshuafc
e66f913e81
Deal with warnings at `network_traffic_filter.c` ( #508 )
* Add new file 'network_traffic_filter.c/.h"
* Add feature to drop or accept specific packet transmit over edge network interface by rules.
* fix CMakeLists.txt typo
* Update Rule String Format
* replace -F (filter) with -R (rule) for traffic restrictions.
* Update edge help (-h) message. Update documents.
* Pass Build on CircleCI and local Windows 10 VS2019
* Fix cmake build failed because of sn_selection
* fix operate void* cause vs2016 build failed
* Fix typo to pass build on windows.
* add inttypes.h for n2n_typedefs.h to pass windows build
* modify headers to pass build on windows.
* Deal with warnings at `network_traffic_filter.c`
* network filter without type cast
4 years ago
skyformat99
348d2baaf2
Update CMakeLists.txt ( #510 )
1) add openssl version check
2) add build option for pcap lib : N2N_OPTION_USE_PCAPLIB
3) add build option for libzstd : N2N_OPTION_USE_ZSTD
4 years ago
Francesco Carli
3bd4635f04
Protection mechanism against duplicated MACs ( #509 )
* Prevent duplicated MACs
* Prevent duplicated MACs
* Fix compile errors
* Fix compile errors
* Implement auth scheme
* Fix compile errors
* Add auth_edge
* Add auth_edge
* Implement REGISTER_SUPER forwarding
* Add argument to update_edge
* Add auth field to supernode struct
* Add REGISTER_SUPER_NAK handling
* Fix issues
* Code clean-up
* Move auth token initialization
4 years ago
skyformat99
11661a1cbf
Update CMakeLists.txt ( #507 )
* Update CMakeLists.txt
fix #490 :
CMakeLists.txt error : made openssl & zstd support optional #490
* Update CMakeLists.txt
update message
4 years ago
Logan oos Even
c89dc584ab
send gratuitous arp only upon first registration ( #502 )
4 years ago
Logan oos Even
bac807c472
use payload struct for assembly ( #503 )
* use payload struct for assembly
* use payload struct for assembly
4 years ago
joshuafc
b3f564e58c
Traffic Restrictions, Pass Build on CircleCI and local Windows 10 VS2019 ( #499 )
* Add new file 'network_traffic_filter.c/.h"
* Add feature to drop or accept specific packet transmit over edge network interface by rules.
* fix CMakeLists.txt typo
* Update Rule String Format
* replace -F (filter) with -R (rule) for traffic restrictions.
* Update edge help (-h) message. Update documents.
* Pass Build on CircleCI and local Windows 10 VS2019
* Fix cmake build failed because of sn_selection
* fix operate void* cause vs2016 build failed
* Fix typo to pass build on windows.
* add inttypes.h for n2n_typedefs.h to pass windows build
* modify headers to pass build on windows.
4 years ago
Luca Deri
22756f40f9
Compialtion fix
4 years ago
Francesco Carli
01f09e693e
Same chance to all supernodes to be transmitted by REGISTER_SUPER_ACK ( #498 )
* Same chance for all supernodes to be transmitted with REG_SUPER_ACK
* Update sn_utils.c
* Update random_numbers.h
* Update sn_utils.c
* Update random_numbers.c
* Update sn_utils.c
* Update sn_utils.c
4 years ago
Logan oos Even
08ef50e7fc
small performance patch for header encryption ( #500 )
4 years ago
Luca Deri
176e17dedf
Moved typedef to n2n_typedefs.h from n2n_wire.h
4 years ago
Logan oos Even
1574f1e1c6
added payload struct to carry supernode data ( #501 )
* added payload struct to carry supernode data
* added payload struct to carry supernode data
* added payload struct to carry supernode data
Co-authored-by: Luca Deri <lucaderi@users.noreply.github.com>
4 years ago
lucaderi
72d5243650
Include rework to avoid circular dependencies, single place for typedefs and compilation on all platforms that don't like type redefinition
4 years ago
Luca Deri
79f4c8474c
Warning fix
4 years ago
Luca Deri
6065d80195
Added travis icon
4 years ago
Luca Deri
64e393a663
Added travis build file
4 years ago
Luca Deri
2a46674a9a
Compilation fixes
4 years ago
Francesco Carli
8915609f1a
Implement a load-based supernode selection strategy on edges ( #493 )
* Implement load-based selection strategy
* Update n2n_wire.h
* Update edge_utils.c
* Update n2n.c
* Update sn_utils.c
* Update edge_utils.c
4 years ago
skyformat99
2930f34bb9
Update sn_utils.c ( #496 )
fix compile error in Visual Studio 2015 #495
4 years ago
Luca Deri
f0be328261
Disabled filtering code
4 years ago
lucaderi
0a0888f1f2
More fixes
4 years ago
Luca Deri
6bd375efc4
Compilation fixes
Network filtering code has been temporarely commented out as it is broken
4 years ago
Luca Deri
90bb3eaf92
Indent
4 years ago
Luca Deri
7e26499c4f
Compilation fixes
4 years ago
Francesco Carli
eeb0f545a8
Fix compile errors ( #494 )
4 years ago
vtcpip
a45676e131
Fixed edge linking error under mingw ( #492 )
4 years ago
skyformat99
4581ae2859
fix Error compiling in Visual Studio 2015 ( #491 )
fix Error compiling in Visual Studio 2015, Because the CHAR data type conflicts with the built-in data type
4 years ago
joshuafc
a840aebb83
Add feature to drop or accept specific packet transmit over edge network interface by rules. ( #489 )
* Add new file 'network_traffic_filter.c/.h"
* Add feature to drop or accept specific packet transmit over edge network interface by rules.
* fix CMakeLists.txt typo
* Update Rule String Format
* replace -F (filter) with -R (rule) for traffic restrictions.
* Update edge help (-h) message. Update documents.
4 years ago
Francesco Carli
e65fd984d7
Packet forwarding between supernodes ( #486 )
* Packet forwarding between supernodes
* Update wire.c
4 years ago
fengdaolong
4bad6a7625
Detail adjustment. ( #488 )
* Fix compilation warning.
* Detail adjustment.
Co-authored-by: Luca Deri <lucaderi@users.noreply.github.com>
4 years ago
Francesco Carli
eff68f1241
Define out -m option ( #485 )
4 years ago
Logan oos Even
fb989236f5
refrained from calling gettimeofday() too often during benchmark ( #484 )
* refrained from calling gettimeofday too often during benchmark
* refrained from calling gettimeofday too often during benchmark
4 years ago
Francesco Carli
e48f1fcc73
Fixes federation bug ( #480 )
* Fixes federation bug
* Fixes federation bug
* Update edge_utils.c
4 years ago
Giacomo Sanchietti
036a947521
rpm: fix installation warning ( #479 )
Avoid cosmetic error when installing the package:
line 8: cho: command not found
4 years ago
Logan oos Even
6da8e5497e
enabled gratuitous arp packets ( #474 )
Co-authored-by: Logan007 <you@example.com>
4 years ago
fei4xu
a2db28275c
fix yocto cross build error: 'string.h ' not found ( #487 )
Co-authored-by: uib51588 <fei.4.xu@continental.com>
4 years ago
Luca Deri
84ec5c634c
Disabled creation of .build-id dir
4 years ago
Francesco Carli
dcbc39c0fb
Update REGISTER_SUPER_ACK handling on edge ( #478 )
4 years ago