socket.timeout
socket.setTimeout()
设置的套接字超时(以毫秒为单位)。如果没有设置超时则为 undefined
。
¥The socket timeout in milliseconds as set by socket.setTimeout()
.
It is undefined
if a timeout has not been set.
socket.setTimeout()
设置的套接字超时(以毫秒为单位)。如果没有设置超时则为 undefined
。
¥The socket timeout in milliseconds as set by socket.setTimeout()
.
It is undefined
if a timeout has not been set.