Linux下網絡編程(2)——TCP多鏈接,1個server,多個client

1. 前言 本次使用TCP鏈接,1個server,多個client。服務器 server和多個client之間,能夠互相發送消息。socket 2. 代碼 tcp_sever_fork.cpp  以下:tcp #include <sys/types.h> #include <sys/socket.h> #include <stdio.h> #include <netinet/in.h> #incl
相關文章
相關標籤/搜索