Commit Graph
179 Commits
Author SHA1 Message Date
Logan oos EvenandGitHub 1586ae62a7 made n2n react more swiftly to (D)DNS changes (#705) 2021-06-07 17:57:49 +05:45
Logan oos EvenandGitHub 3c6ab56d3f allowed (temporarily) initially non-resolving supernode names (#701) 2021-06-05 17:54:32 +05:45
Logan oos EvenandGitHub c55e3e3246 multithreaded supernode name resolution (#645) 2021-06-04 03:52:12 +05:45
Logan oos EvenandGitHub a28327a0af added user-password edge authentication (#673) 2021-06-04 03:11:22 +05:45
Logan oos EvenandGitHub 667b7df083 added memrnd() (#685) 2021-04-19 00:47:37 +05:45
randomize00andGitHub cfa92d28d8 add callback function for hin2n to protect socket (#684) 2021-04-14 11:31:50 +05:45
Sven RoedererandGitHub 23c18e349f drop non portable SOL_TCP / fix MacOS v2 (#680)
* Revert "Fix compilation on MacOS"

in order to another solution

* src: use IPPROTO_TCP in place of SOL_TCP

* use the more specific IPPROTO_TCP type for setsockopt
* fixes build on MacOS

src/edge_utils.c:891:31: error: use of undeclared identifier 'SOL_TCP'; did you mean 'FPP_TCP'?
        setsockopt(eee->sock, SOL_TCP, TCP_NODELAY, &value, sizeof(value));

src/edge_utils.c:894:31: error: use of undeclared identifier 'SOL_TCP'
        setsockopt(eee->sock, SOL_TCP, TCP_CORK, &value, sizeof(value));
                              ^
src/edge_utils.c:894:40: error: use of undeclared identifier 'TCP_CORK'
        setsockopt(eee->sock, SOL_TCP, TCP_CORK, &value, sizeof(value));

* include/n2n.h: drop redefiniton of SOL_TCP for WIN32, as we don't use it anywhere now

* src: only use TCP_CORK on LINUX

* it's LINUX only and fails on Win32 and MacOS (man 7 tcp)
2021-04-05 19:30:53 +02:00
Alfredo Cardigliano 53e930db10 Fix compilation on MacOS 2021-03-29 09:28:13 +02:00
Logan oos EvenandGitHub 7c3951a10f revised tcp implementation (#674) 2021-03-26 20:45:31 +05:45
Logan oos EvenandGitHub 0287837241 skewed supernode selection for the benefit of current supernode in no-pong case (#663) 2021-03-16 23:24:39 +05:45
Logan oos EvenandGitHub aa1f4311f9 adapted packet format (#662)
* adapted packet format
2021-03-16 17:24:59 +05:45
Logan oos EvenandGitHub 23a9c871f8 increased resilience to supernode failure (#660) 2021-03-09 04:46:42 +05:45
Logan oos EvenandGitHub 1bcc64ccb3 fixed unrelated error message (#653) 2021-03-04 16:17:48 +05:45
Logan oos EvenandGitHub 20133f599c improved socket handling (#650) 2021-03-01 14:13:14 +05:45
Logan oos EvenandGitHub c8fabbdfe0 added more targeted routing for packet forwarding in federation (#643) 2021-02-23 18:51:14 +05:45
Logan oos EvenandGitHub a482fe112d added TCP support (#627)
(disabled on Windows)
2021-02-22 22:37:47 +05:45
vtcpipandGitHub b42c111527 fix windows compile (#636) 2021-02-10 15:16:16 +05:45
Logan oos EvenandGitHub cef5561c5a switched to 2021 (#632) 2021-02-08 16:11:06 +05:45
Logan oos EvenandGitHub aaca1424fd added AVX-512 support to SPECK cipher (#630) 2021-02-08 15:27:29 +05:45
Logan oos EvenandGitHub fb827a843b reworked edge management port output (#623) 2021-02-06 18:24:08 +05:45
Logan oos EvenandGitHub b3a4eac4d7 enabled windows random numbers for seed (#622) 2021-02-02 18:43:30 +05:45
Logan oos EvenandGitHub 09e8d5e730 limited number of concurrently pinged supernodes (#619) 2021-02-01 18:31:36 +05:45
Logan oos EvenandGitHub ba9a32fb30 fixed minor timing issues (#616) 2021-01-31 21:12:08 +05:45
Logan oos EvenandGitHub de76b16fd5 added missing 'metric' 2021-01-31 20:03:11 +05:45
anzz1andGitHub 9cac336488 added network interface metric option for windows (#606) 2021-01-30 18:00:01 +05:45
Logan oos EvenandGitHub c696f59e07 ensured correct community file loading (sn) (#609) 2021-01-29 14:52:11 +05:45
Logan oos EvenandGitHub 39a71513f4 reworked supernode help text (#605) 2021-01-28 00:07:11 +05:45
Logan oos EvenandGitHub 3574865bf0 disabled SPECK defaulting to NEON support on ARM (#602) 2021-01-26 21:23:08 +05:45
Logan oos EvenandGitHub c0c472b4aa revised bootstrap (#599) 2021-01-25 16:54:38 +05:45
Logan oos EvenandGitHub 2e204adf1d prepared auth scheme answer (#597) 2021-01-22 21:45:51 +05:45
Logan oos EvenandGitHub a639e1d735 properly handled supernodes' timestamps (#591) 2021-01-18 00:12:45 +05:45
Logan oos EvenandGitHub e4e6efacf0 enhanced header encryption to full 128 bit iv (#589) 2021-01-17 18:37:17 +05:45
Logan oos EvenandGitHub 773123f7a9 removed duplicate field for supernode socket from edge (#587) 2021-01-16 17:13:52 +05:45
Logan oos EvenandGitHub 7eeca3d78f cleaned up mac type usage (#583) 2021-01-13 14:50:26 +05:45
Logan oos EvenandGitHub 9ee62d7415 rebased time stamp format: header encryption (#579)
* rebased time stamp format (header encryption)

* rearranged time stamp fields
2021-01-12 14:28:21 +05:45
fengdaolongandGitHub 3a480a4a21 solved the problem that Windows cannot multicast (#576)
* Solve the problem that Windows cannot multicast.

* Better git judgment logic.
2021-01-12 14:26:40 +05:45
Logan oos EvenandGitHub 808920089d switched to Pearson B. Hashing (#570)
* switched to Pearson B. Hashing

* switched to Pearson B. Hashing
2021-01-07 11:15:40 +01:00
Logan oos EvenandGitHub 9bbf7d95f6 hardware-accelerated header encryption (#565)
* hardware-accelerated header encryption

* hardware-accelerated header encryption

* hardware-accelerated header encryption
2021-01-07 11:14:44 +01:00
Francesco CarliandGitHub 54f6da4cf4 Change space indention (#557)
* change space indention

* change space indention
2020-12-24 14:56:29 +01:00
Logan oos EvenandGitHub 71065278fa readability code clean-up (#550)
* readability code clean-up

* readability code clean-up
2020-12-19 12:29:15 +01:00
Francesco CarliandGitHub de92fab878 readability code clean-up (#549) 2020-12-19 12:29:09 +01:00
Logan oos EvenandGitHub ab4f507012 readability code clean-up (#548)
* readability code clean-up

* readability code clean-up
2020-12-19 12:29:03 +01:00
Francesco CarliandGitHub 4e6d9a8f43 readability code clean-up (#547) 2020-12-19 12:28:57 +01:00
Francesco CarliandGitHub bd48a5c34d readability code clean-up (#546) 2020-12-19 12:28:52 +01:00
Francesco CarliandGitHub 646da54915 readability code clean-up (#545) 2020-12-19 12:28:45 +01:00
Francesco CarliandGitHub 24b2f2762f readability code clean-up (#544) 2020-12-19 12:28:39 +01:00
Francesco CarliandGitHub e71de330e5 readability code clean-up (#542) 2020-12-19 12:28:06 +01:00
Logan oos EvenandGitHub df716c9da5 readability code clean-up, added 64-bit hash (#538) 2020-12-19 12:27:14 +01:00
Logan oos EvenandGitHub 599e424b5d Revert "changed timer source (#522)" (#536)
This reverts commit 0298efa36e.
2020-12-19 12:26:54 +01:00
Logan oos EvenandGitHub 1c29fbee8a readability code clean-up (#532) 2020-12-19 12:26:32 +01:00