You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Evgeny
bf33ae4e47
ETCP: добавлена проверка keepalive таймаута и статус линка
...
- Добавлен параметр keepalive_timeout в глобальный конфиг (default: 2000 ms)
- Добавлено поле keepalive_timeout в struct ETCP_LINK
- В keepalive_timer_cb() добавлена проверка таймаута по last_recv_local_time
- Выставление link_status: 1 (up) при получении пакетов, 0 (down) при таймауте
- Инициализация last_recv_local_time при создании линка
- Вывод keepalive_timeout в print_config()
2 months ago
.opencode
Backup before route_lib.c refactoring
2 months ago
doc
Backup before adding NAT IP:port tracking to ETCP handshake
2 months ago
lib
Windows: Исправлен запуск utun - TUN, логирование, права администратора
2 months ago
net_emulator
Refactor: Move mainloop from utun_instance to main
3 months ago
src
ETCP: добавлена проверка keepalive таймаута и статус линка
2 months ago
tests
ETCP: реализация keepalive пакетов для каждого линка
2 months ago
tinycrypt
Fix Windows: use sys/time.h for gettimeofday, remove custom implementation
2 months ago
.gitignore
feat: переименован allowed_subnet в route_subnet, добавлено управление системными маршрутами
2 months ago
AGENTS.md
Backup before adding NAT IP:port tracking to ETCP handshake
2 months ago
INSTALL.autotools
Major refactoring: Tasks 1-4 complete
3 months ago
Makefile.am
Build: Out-of-tree build system with separate build directory
2 months ago
build.bat
Add build.bat for Windows MSYS2 build
2 months ago
build.sh
Fix Windows build: add default_CSPRNG and improve build.sh error handling
2 months ago
c_util
Add edit command with checksum verification
2 months ago
check.bat
Add check.bat - Windows test runner script
2 months ago
configure.ac
Fix Windows detection in configure.ac - check both host_os and host
2 months ago
filelist.txt
Fix c_util script: implement proper C code navigation (toc, func, struct, enum commands)
2 months ago
monitor.py
Reorganize project structure: move sources to src/, update Makefile, add header symlinks
3 months ago
run_tests.bat
Fix Windows test failures: proper WSAPoll error handling and FD_SETSIZE check
2 months ago
utun.conf.sample
feat: переименован allowed_subnet в route_subnet, добавлено управление системными маршрутами
2 months ago