Function riot_sys::gnrc_tcp_abort

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

@brief Abort 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.