Tag: network-runtime
All the articles with the tag "network-runtime".
-
[C++] IOCP 2: NrRuntime의 Winsock I/O Pipeline과 Lifetime
NrRuntime이 AcceptEx와 ConnectEx로 연결을 만들고, IOCP completion을 Session Actor에 전달해 partial receive와 send, 종료 시 pending I/O lifetime을 관리하는 구조를 정리합니다.