Function riot_sys::gnrc_tcp_close

source ·
pub unsafe extern "C" fn gnrc_tcp_close(tcb: *mut gnrc_tcp_tcb_t)
Expand description

@brief Close a TCP connection.

@pre gnrc_tcp_tcb_init() must have been successfully called. @pre @p tcb must not be NULL.

@param[in,out] tcb TCB holding the connection information.