Synopsis
CTL_STATUS_t ctl_tcp_unbind(CTL_NET_PORT_t port);
Description

ctl_tcp_unbind tells the TCP layer to stop accepting connections on TCP port port. port is specified in network byte order.

To resume accepting connections, call ctl_tcp_bind followed by ctl_tcp_accept.

See Also

ctl_tcp_unbind, ctl_tcp_accept, CTL_NET_PORT_t, ctl_tcp_init