pub unsafe extern "C" fn gnrc_tcp_init() -> c_int
Expand description
@brief Initialize TCP
@return PID of TCP thread on success @return -1 if TCB is already running. @return -EINVAL, if priority is greater than or equal SCHED_PRIO_LEVELS @return -EOVERFLOW, if there are too many threads running.