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
3f1d4077e9
Add cross-platform socket compatibility layer for Windows support
...
- Add socket_compat.h/c with platform abstraction for POSIX/Windows
- socket_t typedef: int on POSIX, SOCKET on Windows
- Add socket_platform_init/cleanup for WSAStartup on Windows
- Add socket operations: create_udp, sendto, recvfrom, set_nonblocking
- Add socket options: set_buffers, set_reuseaddr, set_mark (Linux), bind_to_device (Linux)
- Update u_async: add socket_t support with uasync_add_socket_t/remove_socket_t
- Update ETCP: use socket_t and socket_compat functions
- Add DEBUG_CATEGORY_SOCKET for socket debugging
- All 22 tests pass on Linux
- MSYS2 UCRT64 compatible
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
Add cross-platform socket compatibility layer for Windows support
2 months ago
net_emulator
Refactor: Move mainloop from utun_instance to main
3 months ago
src
Add cross-platform socket compatibility layer for Windows support
2 months ago
tests
Fix test_bgp_route_exchange: use proper byte order and uasync timers
2 months ago
tinycrypt
Fix: Resolved double free in timeout_heap_pop() and test_etcp_simple_traffic bind conflict
2 months ago
.gitignore
Major refactoring: Tasks 1-4 complete
3 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
Backup before routing refactor: etcp_bind id=0 + etcp_send routing
2 months ago
Makefile.am
Build: Out-of-tree build system with separate build directory
2 months ago
Makefile.old
Refactor: Move mainloop from utun_instance to main
3 months ago
build.log
ETCP: Fix protocol parsing and crypto nonce handling
2 months ago
c_gen_filelist
Fix c_util script: implement proper C code navigation (toc, func, struct, enum commands)
2 months ago
c_util
Add edit command with checksum verification
2 months ago
c_util1
Backup before route_lib.c refactoring
2 months ago
configure.ac
Backup before route_lib.c refactoring
2 months ago
debug_ll_queue.c
ETCP: Fix protocol parsing and crypto nonce handling
2 months ago
debug_performance.c
Backup before fixing etcp_connections list addition
2 months ago
filelist.txt
Fix c_util script: implement proper C code navigation (toc, func, struct, enum commands)
2 months ago
log
Сохранить текущее состояние перед исправлением компиляционных ошибок
2 months ago
monitor.py
Reorganize project structure: move sources to src/, update Makefile, add header symlinks
3 months ago
simple_test.c
Backup before fixing etcp_connections list addition
2 months ago
utun.conf
Ревизия: добавлены DEBUG сообщения для ошибок и предупреждений
2 months ago