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
Luca Deri
8e9bf61469
Fixed warning
4 years ago
BetaBeauty
57f742fe42
Extra Device Description in P2P Connection and Register to Super Node ( #475 )
* add cmake export commands
* add extra edge description (hint) field
* add peer2peer description registry
* fixed bug: peer2peer not pass the dev_desc filed
* update -I option in the helper text
Co-authored-by: Longtao Wang <longtao.wang@cortexlabs.ai>
4 years ago
Luca Deri
ce9d33ab64
Fixed sample file as -p is now used instead of -l
4 years ago
Luca Deri
3095c816e2
Warnign fixes
4 years ago
Luca Deri
bbabf30bc5
Crash fix
-l needs to be validated: added basic check (not enough TOFIX)
4 years ago
Logan oos Even
a42deedea9
added two rails for twofish cbc decryption ( #472 )
Co-authored-by: Logan007 <you@example.com>
4 years ago
Logan oos Even
51d55a60f8
made AES new default cipher ( #471 )
Co-authored-by: Logan007 <you@example.com>
4 years ago
Logan oos Even
b858ffeb06
added pure decryption speed output ( #470 )
Co-authored-by: Logan007 <you@example.com>
4 years ago
Francesco Carli
0c3fdc4df3
Fix segfault in issue #463 ( #464 )
4 years ago
Francesco Carli
ed25ff8d01
Fixes minor issues introduced by #460 ( #461 )
4 years ago
Luca Deri
f6e4047ce0
Partial fixes for addressing compilation issues introduced by https://github.com/ntop/n2n/pull/460
4 years ago
Francesco Carli
c9eedd68f0
Initialize the federation of supernodes ( #460 )
* Add supernode2sock() and add_sn_to_federation_by_mac_or_sock()
* Update sn_utils.c
* Update sn.c and sn_utils.c
* Update REG_SUPER_ACK payload
* Update add_sn_to_federation_by_mac_or_sock()
4 years ago
Logan oos Even
e3f64bfd1e
AES-NI speed-up ( #459 )
* converted cbc loops more into sse
* added a 2nd parallel cbc decryption (aes-ni)
* transformed while into for
* offering 4 parallel aes-ni rails
Co-authored-by: Logan007 <you@example.com>
4 years ago
Logan oos Even
64361dcec1
narrowed granularity of hardware feature support ( #455 )
Co-authored-by: Logan007 <you@example.com>
4 years ago
Francesco Carli
7d565df3a6
Fix segfault ( #454 )
* Fix segfault
* Update sn_utils.c
4 years ago
Logan oos Even
c3805edd7d
added faq on 'seemingly encrypted header' error message ( #448 )
* added faq on 'seemingly encrypted header' error message
* added faq on 'seemingly encrypted header' error message
Co-authored-by: Logan007 <you@example.com>
4 years ago
Logan oos Even
1c45c7101a
fixed lzo datatype ( #447 )
Co-authored-by: Logan007 <you@example.com>
4 years ago
Logan oos Even
2f220fd924
added (de-)compression to benchmark tool ( #446 )
* moved calls to decode functions into the decryption block
* adjusted output
* added (de)compression to benchmark
* added pearson hashing to benchmark
Co-authored-by: Logan007 <you@example.com>
4 years ago
Francesco Carli
8dfffd9fbe
Implement purge-and-re-registration process for supernodes ( #445 )
4 years ago
lucaderi
3f8d32fa77
Compilation fixes
4 years ago
francesco_carli
d9e2a0091a
Handle REGISTER_SUPER from other supernodes ( #443 )
* Handle REGISTER_SUPER from other supernodes
* Update wire.c
4 years ago