std TCP/UDP socket handling #9
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
UDP socket:
peek()
peek_from()
duplicate()
join_multicast_v6()
(can be anErr(...)
)join_multicast_v4()
(can be anErr(...)
)leave_multicast_v6()
(can be anErr(...)
)leave_multicast_v4()
(can be anErr(...)
)take_error()
TCP stream:
peek()
read_buf()
read_vectored()
is_read_vectored()
write_vectored()
is_write_vectored()
shutdown()
duplicate()
set_linger()
linger()
take_error()
TCP listener:
duplicate()
take_error()