jeka
acac639e37
fix send_q stuck
4 weeks ago
jeka
7400970333
1
4 weeks ago
jeka
81f4b343a5
1
4 weeks ago
jeka
ee193805e7
1
4 weeks ago
jeka
528e55c854
1
4 weeks ago
jeka
d77e725cbe
1
4 weeks ago
jeka
220d23daf7
1
4 weeks ago
jeka
f04e5d4b6a
1
4 weeks ago
jeka
0e9a91729c
1
4 weeks ago
jeka
b1c8ba7e90
add metrics to monitor
4 weeks ago
Evgeny
fbd1128bf1
etcpmon: add queue metrics, error counters, timer flags and peer_node_id
...
- Added queue bytes/packets for all 6 ETCP queues
- Added error counters: reinit_count, reset_count, pkt_format_errors
- Added timer active flags for connection and link timers
- Added peer_node_id to identify connection in metrics
4 weeks ago
jeka
d06bfffc68
1
4 weeks ago
Evgeny
40d375fb86
Fix: use control_ip from config instead of hardcoded localhost
4 weeks ago
Evgeny
4352041416
1
4 weeks ago
Evgeny
136fa60566
Fix: seq counter overflow handling in etcp_output_try_assembly
4 weeks ago
jeka
5d4cef0c3e
race condition fix (win tun)
4 weeks ago
jeka
5dfd1ea5fe
проверки thread в ll_queue
4 weeks ago
jeka
1811764f6d
+queue names
4 weeks ago
jeka
b8820e47b3
доработки роутинга
4 weeks ago
jeka
43c621945b
1
4 weeks ago
jeka
066a9aa89e
+memory check module
...
fix double free @routing
4 weeks ago
jeka
15c7968c8c
mem
4 weeks ago
jeka
b2640e7201
дочистка очередей
4 weeks ago
jeka
97ec7ecad0
1
4 weeks ago
jeka
76555f019b
dump
4 weeks ago
jeka
614a891575
1
4 weeks ago
jeka
388fa6a1e1
add normalizer reset from etcp connection reset
4 weeks ago
Evgeny
35950c60f7
тесты проходят добавлен mtu в link
4 weeks ago
jeka
376c570156
1
4 weeks ago
jeka
32090cfa1d
len fix
1 month ago
jeka
46c95b3fd8
+bping +gui rtt
1 month ago
jeka
aef89a0258
ts
1 month ago
jeka
de053a00c0
cleanup tests (winsock)
1 month ago
Evgeny
1aec884c2d
linux routing + debug output
1 month ago
jeka
0b4e5960cf
1
1 month ago
jeka
b20bff32dd
config
1 month ago
jeka
9d202ff408
reinit
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
2f06979f17
r
1 month ago
jeka
c271084d35
tun/win шлёт в routing.
1 month ago
jeka
136a3642c0
1
1 month ago
jeka
a37d343410
1
1 month ago
jeka
783f229711
obf
1 month ago
jeka
c420b8f18e
пердайт icmp в tun
1 month ago
jeka
06f58f5e2e
Fix: Add ifindex field for Linux
...
- Move ifindex field outside WIN32 conditional block
- Initialize ifindex in Linux tun_platform_init()
1 month ago
jeka
fc32d756e6
Fix: Suppress netsh output
1 month ago
jeka
9269bc9c61
Fix: Delete system routes on shutdown
...
- Add tun_route_del_all() to delete routes from config
- Use netsh for route deletion on Windows (like add)
- Store route_subnets in UTUN_INSTANCE for cleanup
- Delete routes in utun_instance_destroy() before tun_close()
1 month ago
jeka
3945ff5665
Fix: Use netsh for adding routes on Windows (wintun)
...
- Get wintun interface index directly after adapter creation
- Use netsh instead of CreateIpForwardEntry (doesn't work with wintun)
- Fallback to CreateIpForwardEntry if netsh fails
1 month ago