patch_seq_tcp_accept

Function patch_seq_tcp_accept 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn patch_seq_tcp_accept(stack: Stack) -> Stack
Expand description

TCP accept a connection

Stack effect: ( listener_id – client_id )

Accepts a connection (yields the strand until one arrives)

§Safety

Stack must have an Int (listener_id) on top