switch_st
37bc520db2
fix supernode coredump when accessing management socket
4 years ago
switch_st
e24ad06a24
fix build error for supernode when declared N2N_HAVE_DAEMON
4 years ago
Logan007
252ce9779a
moved windows-gettimeofday() from benchmark.c to n2n.c
4 years ago
switch_st
66d73b0713
fix supernode coredump when accessing management socket
4 years ago
switch_st
a149fa9404
close syslog in function closeTraceFile
4 years ago
switch_st
72701a5e83
add main loop callback and move android arp code to this callback
4 years ago
ygg
07c1e40416
add -n option (route) for windows
4 years ago
Luca Deri
0ab9f3229e
Merge pull request #315 from switch-iot/hin2n_arp
delete android define and log code
4 years ago
Luca Deri
7d573823e7
Merge pull request #313 from fengdaolong/dev
Clean up redundant code in sn.c
4 years ago
Luca Deri
57d78f927f
Merge pull request #309 from skyformat99/dev
add sleep() for fix compile error on windows
4 years ago
switch_st
8a1bcf0fa6
close trace file if needed
4 years ago
switch_st
21122df969
delete android define and log code
4 years ago
fengdaolong
485cab2afa
Fix pointer assignment error
4 years ago
fengdaolong
16b1c7c065
Clean up redundant code in sn.c
Clean up redundant code contained in both sn.c and sn_utils.c
4 years ago
ygg
e6c851d276
add sleep() for fix compile error on windows
4 years ago
Luca Deri
bb64130c42
Merge pull request #306 from switch-iot/hin2n_arp
move android arp code to n2n_edge_callbacks
4 years ago
switch_st
48db4bfb6c
add extra comment to n2n_edge_callbacks
4 years ago
switch_st
7ceaebade5
move android arp code to tuntap_android.c
4 years ago
Luca Deri
26e0f787d1
Merge pull request #304 from fengdaolong/dev
Fix read tap device failed when OS wake up from sleep.
4 years ago
Luca Deri
1125d7f368
Merge pull request #301 from Logan007/macMgmt
added MAC to management port output
4 years ago
Luca Deri
cd10f5e19f
Merge pull request #300 from Logan007/fixChk
enabled packet checksum
4 years ago
fengdaolong
51c889ddea
Fix read tap device failed when OS wake up from sleep.
Adjust the structure of the source file to the header file.
4 years ago
Logan007
6fc9890e55
added MAC to management port output
4 years ago
Logan007
65be75dbe2
enabled packet checksum
4 years ago
Luca Deri
da870876c8
Merge pull request #297 from switch-iot/hin2n_arp
Change n2n_edge_callbacks payload_size parameter to pointer.
4 years ago
Luca Deri
18998e6a96
Merge pull request #296 from Logan007/fixHE
quick fix for header encryption, temporary disabling checksum check
4 years ago
switch_st
e7ac9cf129
change n2n_edge_callbacks payload_size parameter to pointer.
4 years ago
Logan007
a84d03a6a6
quick fix for header encryption, also disabling checksum check
4 years ago
Luca Deri
e236c1f1ec
Removed old Android link
4 years ago
Luca Deri
f7ea8eba21
Merge pull request #294 from Logan007/regPayload
no payload with REGISTER
4 years ago
Luca Deri
edd4a8a863
Merge pull request #293 from Logan007/qlz
Removed quicklz define
4 years ago
Luca Deri
4a08411fe9
Merge pull request #292 from Logan007/pearsonUpdate
pearson hashing: added optional 16-bit look-up table
4 years ago
Luca Deri
edc48acb83
Merge pull request #290 from emanuele-f/protect_cleanup
Move android code to hin2n
4 years ago
Luca Deri
efa8c8a036
Merge pull request #289 from fengdaolong/dev
Fix cmake compilation errors.
4 years ago
Logan007
8fb553ab03
initialized hash in sn, too
4 years ago
Logan007
eaa1acb543
no payload with REGISTER
4 years ago
Logan007
89542607e7
removed quicklz define
4 years ago
Logan007
8d0c52102c
added optional 16-bit look-up table
4 years ago
fengdaolong
1ada1dc7ed
CMakeLists.txt automatically judges git commands and OpenSSL libraries.
1. Automatically determines whether the git command exists to generate a revision number.
2. When OpenSSL is not found, AES is automatically disabled.
4 years ago
emanuele-f
e42837c3fb
Move android code to hin2n
4 years ago
Luca Deri
73fa50a37d
Merge pull request #288 from emanuele-f/termination_fix
Terminate n2n as soon as the stop command is received
4 years ago
fengdaolong
f5accc8221
Fix cmake compilation errors.
1. CMakeLists.txt added to automatically obtain the revised version number from the git repository.
2. Adjusted some header files to fix Windows platform compilation errors.
3. Eliminate some compilation warnings.
4 years ago
emanuele-f
33dd97c798
Terminate n2n as soon as the stop command is received
4 years ago
Luca Deri
a2a817b1a7
Merge pull request #286 from emanuele-f/sendto_fix
Fix invalid sendto when supernode name resolution fails
4 years ago
lucaderi
2cf63fb90d
Compilation fix
4 years ago
emanuele-f
4e97023b95
Fix invalid sendto when supernode name resolution fails
Even though the supernode resolution failed, sendto was called with
and invalid socket, resulting in the following error:
ERROR: sendto failed (13) Permission denied
4 years ago
Luca Deri
ff689f9b72
Merge pull request #285 from Logan007/fixLzoError
call lzo_init() only if required
4 years ago
Logan007
49a5823b9c
call lzo_init() only if required
4 years ago
Luca Deri
b14fd9f08a
Merge pull request #283 from emanuele-f/android_cleanup
Remove duplicated code
4 years ago
Luca Deri
cf65d9ad98
Merge pull request #282 from emanuele-f/n2n_callbacks
Add the callbacks API
4 years ago