LINUX——網絡編程UDP

UDP編程 UDP報頭: 流式服務和數據報服務 UDP的編程流程: 服務器: socket    bind     recvfrom/sendto    close 客戶端:socket     sendto/recvfrom    close int recvfrom(int sockfd,   void *buff,   int len,   int flag,   struct sockad
相關文章
相關標籤/搜索