tcp/ip协议栈--socket API 之发送函数(send/write)

0x01 缘由

     前面博文把服务端、客户端三次握手连接过程学习完了,现在开始学习下相关发送数据API。

0x02 API介绍

  tcp/ip协议栈--socket API 之发送函数(send/write)
tcp/ip协议栈--socket API 之发送函数(send/write)

0x03 相关调用一览

tcp/ip协议栈--socket API 之发送函数(send/write)

0x04 tcp层

0x05 总结

     发送过程仅仅是将相关数据发送,其他细节后期在继续学习。