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.
2025-01-10 | LWIP Documentation Notices |