码迷,mamicode.com
首页 > 其他好文 > 详细

服务器编程_2

时间:2015-01-03 14:33:15      阅读:152      评论:0      收藏:0      [点我收藏+]

标签:

TCP、UDP编程一般称为Socket套接字编程

2.2 套接字的创建和关闭

原型如下 int socket(int af,int type,int protocol)

结束套接字

int close(int d)

2.3  Blocking 和 Nonblocking

调用特定套接字函数进行数据发送或接收时,等还是不等函数结果

2.4 TCP/IP 三次握手

 

connect 函数原型:

int connect(int s. const struct sock * name , socklen_t namelen)

htons 和inet_addr 函数

 

服务器编程_2

标签:

原文地址:http://www.cnblogs.com/yuanyifei/p/4199427.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!