Packages
libevent
LibEvent
Util
Socket
create_pair
error_to_string
close
get_error
make_close_on_exec
make_listen_reuseable
make_nonblocking
Socket
Object Hierarchy:
LibEvent.Util.Socket
LibEvent.Util.Socket
LibEvent.Util.Socket
Description:
[
SimpleType
]
[
CCode
( cname =
"evutil_socket_t"
) ]
public
struct
Socket
Namespace:
LibEvent.Util
Package:
libevent
Content:
Static methods:
public
static
int
create_pair
(
int
d,
int
type,
int
protocol,
Socket
[] sv)
public
static
unowned
string
error_to_string
(
int
errcode)
Methods:
public
int
close
()
public
int
get_error
()
public
int
make_close_on_exec
()
public
int
make_listen_reuseable
()
public
int
make_nonblocking
()