Class _Stdio.UDP
- Constant
MSG_OOB
constant
_Stdio.UDP.MSG_OOB
- Description
Flag to specify to read() to read out of band packets.
- Constant
MSG_PEEK
constant
_Stdio.UDP.MSG_PEEK
- Description
Flag to specify to read() to cause it to not remove the packet from the input buffer.
- Variable
_fd
UDP
_Stdio.UDP._fd- Note
Read only