[][src]Module sctpx::server

Structs

Hdr

SCTP handler

PeerAddr

客户端地址

Functions

start_server

Will block the current thread -@addr: server at this address -@data_bs: the max size of one message -@cb: callback to deal with every message -@keep_alive: enable this will get the effect like TCP-keepalive