目录

accept()

描述

接受一个TCP/IP连接

语法

accept (port, plen)

参数

port:IP端口接受 - 什么都不做,如果错误的端口

Plen:在包的字节数

返回

TCP负载的包内uint16_t偏移。零没有数据。

返回上一级