socket.timeout
- 类型: <number> | <undefined>
由 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.