Logan oos Even
aa1f4311f9
adapted packet format ( #662 )
* adapted packet format
4 years ago
Logan oos Even
23a9c871f8
increased resilience to supernode failure ( #660 )
4 years ago
Logan oos Even
1bcc64ccb3
fixed unrelated error message ( #653 )
4 years ago
Logan oos Even
20133f599c
improved socket handling ( #650 )
4 years ago
Logan oos Even
c8fabbdfe0
added more targeted routing for packet forwarding in federation ( #643 )
4 years ago
Logan oos Even
a482fe112d
added TCP support ( #627 )
(disabled on Windows)
4 years ago
vtcpip
b42c111527
fix windows compile ( #636 )
4 years ago
Logan oos Even
cef5561c5a
switched to 2021 ( #632 )
4 years ago
Logan oos Even
aaca1424fd
added AVX-512 support to SPECK cipher ( #630 )
4 years ago
Logan oos Even
fb827a843b
reworked edge management port output ( #623 )
4 years ago
Logan oos Even
b3a4eac4d7
enabled windows random numbers for seed ( #622 )
4 years ago
Logan oos Even
09e8d5e730
limited number of concurrently pinged supernodes ( #619 )
4 years ago
Logan oos Even
ba9a32fb30
fixed minor timing issues ( #616 )
4 years ago
Logan oos Even
de76b16fd5
added missing 'metric'
4 years ago
anzz1
9cac336488
added network interface metric option for windows ( #606 )
4 years ago
Logan oos Even
c696f59e07
ensured correct community file loading (sn) ( #609 )
4 years ago
Logan oos Even
39a71513f4
reworked supernode help text ( #605 )
4 years ago
Logan oos Even
3574865bf0
disabled SPECK defaulting to NEON support on ARM ( #602 )
4 years ago
Logan oos Even
c0c472b4aa
revised bootstrap ( #599 )
4 years ago
Logan oos Even
2e204adf1d
prepared auth scheme answer ( #597 )
4 years ago
Logan oos Even
a639e1d735
properly handled supernodes' timestamps ( #591 )
4 years ago
Logan oos Even
e4e6efacf0
enhanced header encryption to full 128 bit iv ( #589 )
4 years ago
Logan oos Even
773123f7a9
removed duplicate field for supernode socket from edge ( #587 )
4 years ago
Logan oos Even
7eeca3d78f
cleaned up mac type usage ( #583 )
4 years ago
Logan oos Even
9ee62d7415
rebased time stamp format: header encryption ( #579 )
* rebased time stamp format (header encryption)
* rearranged time stamp fields
4 years ago
fengdaolong
3a480a4a21
solved the problem that Windows cannot multicast ( #576 )
* Solve the problem that Windows cannot multicast.
* Better git judgment logic.
4 years ago
Logan oos Even
808920089d
switched to Pearson B. Hashing ( #570 )
* switched to Pearson B. Hashing
* switched to Pearson B. Hashing
4 years ago
Logan oos Even
9bbf7d95f6
hardware-accelerated header encryption ( #565 )
* hardware-accelerated header encryption
* hardware-accelerated header encryption
* hardware-accelerated header encryption
4 years ago
Francesco Carli
54f6da4cf4
Change space indention ( #557 )
* change space indention
* change space indention
4 years ago
Logan oos Even
71065278fa
readability code clean-up ( #550 )
* readability code clean-up
* readability code clean-up
4 years ago
Francesco Carli
de92fab878
readability code clean-up ( #549 )
4 years ago
Logan oos Even
ab4f507012
readability code clean-up ( #548 )
* readability code clean-up
* readability code clean-up
4 years ago
Francesco Carli
4e6d9a8f43
readability code clean-up ( #547 )
4 years ago
Francesco Carli
bd48a5c34d
readability code clean-up ( #546 )
4 years ago
Francesco Carli
646da54915
readability code clean-up ( #545 )
4 years ago
Francesco Carli
24b2f2762f
readability code clean-up ( #544 )
4 years ago
Francesco Carli
e71de330e5
readability code clean-up ( #542 )
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
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
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
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
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
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
Luca Deri
176e17dedf
Moved typedef to n2n_typedefs.h from n2n_wire.h
4 years ago