84 Commits (59162bd29a7a0d6327aafb25f13bd45787d0d318)

Author SHA1 Message Date
jeka 59162bd29a fix reconnect 4 weeks ago
jeka e8b6153297 bugfix 1 month ago
jeka aa5171bcd1 route improvements 1 month ago
jeka 33629a17c6 etcp - добавлено etcp_on_conn_ready callback_fn 1 month ago
Evgeny 119e3960e4 1 1 month ago
jeka 220d23daf7 1 1 month ago
jeka b1c8ba7e90 add metrics to monitor 1 month ago
jeka 15c7968c8c mem 1 month ago
jeka 76555f019b dump 1 month ago
Evgeny 35950c60f7 тесты проходят добавлен mtu в link 1 month ago
jeka 32090cfa1d len fix 1 month ago
jeka dca4e87f63 +keepalive/reset interval sync 1 month ago
jeka 0ffcfb2f52 reset fix 1 month ago
jeka 61d575f09b logs 1 month ago
jeka 783f229711 obf 1 month ago
jeka 9d0223d3fa refactor 1 month ago
jeka b27ea97055 1 2 months ago
jeka 17e1a193c5 1 2 months ago
jeka 90a8e66328 routing - local routes (id,ip) 2 months ago
Evgeny 8502451ec7 compile fixes 2 months ago
Evgeny 00e09c767e ETCP: реализация восстановления связи при падении всех линков 2 months ago
jeka 8a3cdaf759 1 2 months ago
Evgeny a5818d9cc4 Backup before fixing test_routing_mesh segfault 2 months ago
Evgeny 0490c846c2 ETCP: loadbalancer исключает down-линки, link_status=1 при инициализации 2 months ago
Evgeny bf33ae4e47 ETCP: добавлена проверка keepalive таймаута и статус линка 2 months ago
Evgeny 15a9521559 ETCP: реализация keepalive пакетов для каждого линка 2 months ago
jeka 9c768bfd17 Fix timer leaks in ETCP: cancel retrans_timer, ack_resp_timer, and shaper_timer on connection close 2 months ago
Evgeny 603768052d Debug: Enable crypto packet dumps conditionally based on debug level 2 months ago
Evgeny a73e36b559 Fix mesh topology: try normal decryption first, then INIT 2 months ago
Evgeny 27b02cef68 Fix mesh topology handling with fallback to normal decryption 2 months ago
Evgeny 0a4373ffe1 Fix: Treat client links as INIT packets on receive 2 months ago
Evgeny 25f5b84bf9 Simplify: Remove unreachable duplicate code block in init_connections 2 months ago
Evgeny 2a546c5fbc Fix Windows build: tun_windows.c function pointers and MIB_IPINTERFACE_ROW 2 months ago
Evgeny 8af2904033 Fix Windows build: net/if.h and route_lib.h forward declarations 2 months ago
Evgeny c83fdeeaad Fix Windows build: add sa_family_t typedef, replace arpa/inet.h, fix ll_queue warnings 2 months ago
Evgeny 3f1d4077e9 Add cross-platform socket compatibility layer for Windows support 2 months ago
Evgeny 68668821e4 BGP: Implement route exchange module between uTun instances 2 months ago
Evgeny d08b14a8c1 ETCP: Add NAT IP:port tracking to handshake protocol 2 months ago
Evgeny 277ab872bf Fix: routing initialization timing and test callbacks 2 months ago
Evgeny 07d4616aea Refactor: Updated SHA256 implementation and secure channel improvements 2 months ago
Evgeny beafb9b198 Fix: Remove usleep from event loops and fix segfault in tests 2 months ago
Evgeny 8a3f01fbf8 Add epoll support, fix ETCP timestamp bug, optimize uasync with cached pollfds 2 months ago
Evgeny 076da4264b Fix: ACK section length calculation and increase socket buffers 2 months ago
Evgeny c1890ad7a6 Debug: Add ETCP log_name identifier and improve log format 2 months ago
Evgeny 22dd1b78c3 Add local_link_id exchange in ETCP handshake (0x02-0x05) 2 months ago
Evgeny 985ed5c4b1 Fix ETCP test: server connection registration and packet handling 2 months ago
Evgeny a34035f41f ETCP: Fix protocol parsing and crypto nonce handling 2 months ago
Evgeny 41626a02c3 Fix ll_queue callback signature and add debug utilities 2 months ago
Evgeny edba76c4ed ll_queue: fix pointer arithmetic (xxx=0), callback now receives struct ll_entry* 2 months ago
Evgeny 3ddfb79338 Backup before replacing all printf with DEBUG_ macros in tests 2 months ago