Name
udp_disconnect() — Set remote UDP peer
Synopsis
void udp_disconnect
(
struct udp_pcb *pcb
)
;
Description
Remove the remote end of pcb
. This function does not generate
any network traffic, but only removes the remote address of the pcb.
2024-03-18 | LWIP Documentation Notices |