51cb3ba0619280b8874ff4d3702df073a50d0556
- Fixed compilation errors in descriptor type checks and field references - Implemented sys_accept with pending connection queue support - Completed sys_connect with full connection establishment between processes - Implemented sys_getsockopt for SO_ERROR option - Added network transit logic to transfer data between connected sockets - Added peer tracking to descriptors for connection management - Initialized byte queues for socket I/O buffers The simulation now supports: - Socket creation and binding - Connection establishment between processes - Bidirectional data transfer via byte queues - Accept queue management for listen sockets - Deterministic network simulation 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Languages
C
98.4%
Shell
1%
Zig
0.4%
Batchfile
0.2%