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
ec66a80492
Implements connection establishment (init + init response) for ETCP protocol
...
- Added connection state tracking (initialized, init_timer, timeout, retry_count)
- Implemented etcp_link_send_init() with proper packet formatting
- Configured retry timeouts (initial 50ms, double every 10, max 5000ms)
- Auto-start connection establishment for client links in etcp_link_new()
- Implemented etcp_connections_send() with connection initiation logic
- Created test_etcp_connection_init.c for testing handshake process
2 months ago
build
Сохранить текущее состояние перед исправлением компиляционных ошибок
3 months ago
lib
Fix: Added uasync_t typedef, fixed pkt_normalizer queue_new calls, added utun_instance_init function
3 months ago
net_emulator
Refactor: Move mainloop from utun_instance to main
3 months ago
src
Implements connection establishment (init + init response) for ETCP protocol
2 months ago
tests
Implements connection establishment (init + init response) for ETCP protocol
2 months ago
tinycrypt
Refactor tests and improve packet normalizer
3 months ago
.gitignore
Major refactoring: Tasks 1-4 complete
3 months ago
1
Сохранить текущее состояние перед исправлением компиляционных ошибок
3 months ago
1111
Test suite cleanup and reorganization
3 months ago
AGENTS.md
Финальный коммит: полный рефакторинг и улучшения
3 months ago
INSTALL.autotools
Major refactoring: Tasks 1-4 complete
3 months ago
Makefile.am
Fix build: rename u_async to lib, add missing constants, out-of-tree build support
3 months ago
Makefile.old
Refactor: Move mainloop from utun_instance to main
3 months ago
README.md
Fix build: rename u_async to lib, add missing constants, out-of-tree build support
3 months ago
TASKS.md
Major refactoring: Tasks 1-4 complete
3 months ago
autogen.sh
Major refactoring: Tasks 1-4 complete
3 months ago
build.sh
Update: Build script, ETCP protocol docs, and TUN interface
2 months ago
build_errors.txt
Сохранить текущее состояние перед исправлением компиляционных ошибок
3 months ago
build_fix_changelog.txt
Test suite cleanup and reorganization
3 months ago
changelog.txt
FIX: Critical bug - sc_derive_shared_key is called inside sc_set_peer_public_key, so no separate call needed. Correct order for INIT: pubkey extract → derive (inside set) → decrypt. All encryption now working.
3 months ago
configure.ac
Сохранить текущее состояние перед исправлением компиляционных ошибок
3 months ago
log
Сохранить текущее состояние перед исправлением компиляционных ошибок
3 months ago
monitor.py
Reorganize project structure: move sources to src/, update Makefile, add header symlinks
3 months ago
test_invalid_keys.conf
Сохранить текущее состояние перед исправлением компиляционных ошибок
3 months ago
test_no_keys.conf
Сохранить текущее состояние перед исправлением компиляционных ошибок
3 months ago
utun_test.conf
Refactor: Move mainloop from utun_instance to main
3 months ago
utun_test_backup.conf
Сохранить текущее состояние перед исправлением компиляционных ошибок
3 months ago