随笔分类 -  c

摘要:UDP---------------#include /* These are the usual header files */#include #include /* for close() */#include #include #include #include #include #define PORT 1234 /* Port that will be opened */#define MAXDATASIZE 100 /* Max number of bytes of data */main(){int sockfd; /* socke... 阅读全文
posted @ 2013-07-31 14:49 李伯波 阅读(208) 评论(0) 推荐(0)