接触过网络开发的人,大抵都知道,上层应用使用send函数发送数据,使用recv来接收数据,而send和recv的实现原理又是怎样的呢? 在前面的几篇文章中,我们有提过,TCP是个可靠的、全双工协议。其 … Continue reading 路由器recv组网TCP之send & recv
标签: send
recv,recvfrom,send,sendto
一般情况下:send),recv)用于TCP,sendto)及recvfrom()用于UDP 但是send),recv)也可以用于UDP,sendto)及recvfrom)也可以用于TCP send函 … Continue reading recv,recvfrom,send,sendto