TCP サーバーサンプル Windows 実装。
Windows 固有のサーバー処理を実装します。
main() / handle_client_session() / parse_args() は tcpServer.c に実装します。 g_session_fn の実体は tcpServer_common.c に定義されます。
内部起動パターン (ユーザーは直接使わない):
tcpServer --child <socket_handle> : fork 版の子プロセスtcpServer --worker <pipe_name> : prefork 版のワーカープロセスc-modernization-kit sample team
1.0.0
2026/03/17
Copyright (C) CompanyName, Ltd. 2026. All rights reserved.