Sven Roederer
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)
4 years ago
Sven Roederer
90c2364b6d
CI: build on Linux, Windows and MacOS via GitHubAction ( #679 )
* create GitHubAction to build via cmake on ubuntu
make just with the assistant
* GHA/cmake: build via matrix for different OS
* build for Linux-x86, Linux-arm and MacOS
* code taken from https://github.community/t/create-matrix-with-multiple-os-and-env-for-each-one/16895/6
* GHA: add a build on Windows
4 years ago
Sven Roederer
e36fac8f52
Update packaging for debian ( #677 )
* packages/debian: remove some autogenerate files from repo
* packages/debian/configure
* packages/debian/debian/n2n.debhelper.log
* packages/debian/debian/n2n.postrm.debhelper
are all autogenerated by autoconf or the deb-helper. So there is no need to keep them
in the repo, as it will cause conflicts.
Signed-off-by: Sven Roederer <devel-sven@geroedel.de>
* packages/debian: rules: use dh_prep in place of deprecated "dh_clean -k"
Signed-off-by: Sven Roederer <devel-sven@geroedel.de>
* packages/debian: also provide example communities.list file
4 years ago
small_5
aab34acd3f
Update autogen.sh ( #655 )
4 years ago
VergLsm
35dc670a5f
Update OpenWRT Makefile ( #678 )
4 years ago
Alfredo Cardigliano
53e930db10
Fix compilation on MacOS
4 years ago
Logan oos Even
dcd3801df5
honed tcp implementation ( #676 )
4 years ago
Logan oos Even
a23b459738
fixed memory issue ( #675 )
4 years ago
Logan oos Even
7c3951a10f
revised tcp implementation ( #674 )
4 years ago
Logan oos Even
b949b23e2a
narrowed multicast determination ( #669 )
4 years ago
Logan oos Even
edc6f53ca0
prevented transmission of QUERY_PEER on multicast MAC addresses ( #668 )
4 years ago
Logan oos Even
c9a610dbd9
updated Scratchpad.md
4 years ago
Logan oos Even
048fd3e128
fixed another memory issue ( #667 )
4 years ago
Logan oos Even
1c1a9f5058
fixed small memory issue ( #666 )
4 years ago
Logan oos Even
969b667aae
deprecated solitary options -A, -S, -z ( #665 )
4 years ago
Logan oos Even
f41babcf4d
fixed compile warnings ( #664 )
4 years ago
Logan oos Even
0287837241
skewed supernode selection for the benefit of current supernode in no-pong case ( #663 )
4 years ago
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
4d67ea577b
updated Crypto.md
4 years ago
Logan oos Even
20133f599c
improved socket handling ( #650 )
4 years ago
Logan oos Even
d8ae2e89ca
fixed edge stall ( #649 )
4 years ago
Logan oos Even
b9487ccaeb
updated README.md
4 years ago
Logan oos Even
db4b927b8e
fixed multicast decode error message ( #648 )
4 years ago
Logan oos Even
64b8136301
fixed compile warnings ( #647 )
4 years ago
Logan oos Even
e47b492c4d
fixed compile warning ( #646 )
4 years ago
Logan oos Even
c8fabbdfe0
added more targeted routing for packet forwarding in federation ( #643 )
4 years ago
Logan oos Even
683dbc5106
updated Building.md
now linking to issues mentioned
4 years ago
Logan oos Even
3ce2242e4f
update Building.md
added note concerning MinGW
4 years ago
Logan oos Even
a482fe112d
added TCP support ( #627 )
(disabled on Windows)
4 years ago
Luca Deri
85894715bd
Added build target for Ubiquity EdgeRouter X
4 years ago
vtcpip
b42c111527
fix windows compile ( #636 )
4 years ago
Logan oos Even
c73e59341d
made gratuitous arp being sent at the right time ( #635 )
4 years ago
Logan oos Even
54ba76e3bc
clarified error message ( #634 )
4 years ago
Logan oos Even
408f24d778
corrected supernode help text ( #633 )
4 years ago
Logan oos Even
cef5561c5a
switched to 2021 ( #632 )
4 years ago
Logan oos Even
c16ba44786
updated Scratchpad.md
4 years ago
Logan oos Even
aaca1424fd
added AVX-512 support to SPECK cipher ( #630 )
4 years ago
Logan oos Even
e31fc5f56a
added DHCP hint
4 years ago
Logan oos Even
12e55935c2
adjusted supernode management port output ( #628 )
4 years ago
Logan oos Even
fb827a843b
reworked edge management port output ( #623 )
4 years ago
Logan oos Even
08a4e332c8
generalized auth scheme handling ( #624 )
4 years ago
Logan oos Even
b3a4eac4d7
enabled windows random numbers for seed ( #622 )
4 years ago
Logan oos Even
b2d16f4162
typos, corrections, clarifications
4 years ago
Logan oos Even
e6352dc14f
updated tap configuration documentation ( #621 )
4 years ago
Logan oos Even
89052c24d5
clarified debug message on unknown ether type ( #620 )
4 years ago
Logan oos Even
c5a0d186b0
handled metric default
4 years ago
Logan oos Even
09e8d5e730
limited number of concurrently pinged supernodes ( #619 )
4 years ago
Logan oos Even
b7c69f8f61
updated Windows build instructions
typo
4 years ago