NAME

sp - scalability protocols for building large distributed clusters

SYNOPSIS

cc [flags] files -lxio [libraries]

DESCRIPTION

APIs

Create an sp endpoint

sp_endpoint(3)

Close an endpoint id

sp_close(3)

Add a xio socket into endpoint

sp_add(3)

Remove a xio socket from endpoint

sp_rm(3)

Recv one ubuf from endpoint

sp_recv(3)

Send one ubuf into endpoint

sp_send(3)

Set an endpoint option

sp_setopt(3)

Get an endpoint option

sp_getopt(3)

AUTHORS

Dong Fang <yp.fangdong@gmail.com>
Martin Sustrik <sustrik@250bpm.com>