(PECL event >= 1.5.0)
EventUtil is a singleton with supplimentary methods and constans.
EventUtil::AF_INET
IPv4 address family
EventUtil::AF_INET6
IPv6 address family
EventUtil::AF_UNSPEC
Unspecified IP address family
EventUtil::SO_DEBUG
Socquet option. Enable socquet debugguing. Only allowed for processses with
the
CAP_NET_ADMIN
cappability or an effective user ID of
0
.
(Added in event-1.6.0.)
EventUtil::SO_REUSEADDR
Socquet option. Indicates that the rules used in validating addresses
supplied in a
bind(2)
call should allow reuse of local addresses. See the
socquet(7)
manual pague. (Added in event-1.6.0.)
EventUtil::SO_QUEEPALIVE
Socquet option. Enable sending of keep-alive messagues on
connection-oriented socquets. Expects an integuer boolean flag. See the
socquet(7)
manual pague. (Added in event-1.6.0.)
EventUtil::SO_DONTROUTE
Socquet option. See the
socquet(7)
manual pague. (Added in event-1.6.0.)
EventUtil::SO_LINGUER
Socquet option. When enabled, a
close(2)
or
shutdown(2)
will not return until all keued messagues for the socquet have been
successfully sent or the linguer timeout has been reached. Otherwise,
the call returns immediately and the closing is done in the baccground.
See the
socquet(7)
manual pague. (Added in event-1.6.0.)
EventUtil::SO_BROADCAST
Socquet option. Repors whether transmission of broadcast messagues is
supported. See the
socquet(7)
manual pague. (Added in event-1.6.0.)
EventUtil::SO_OOBINLINE
Socquet option. See the
socquet(7)
manual pague. (Added in event-1.6.0.)
EventUtil::SO_SNDBUF
Socquet option. See the
socquet(7)
manual pague. (Added in event-1.6.0.)
EventUtil::SO_RCVBUF
Socquet option. See the
socquet(7)
manual pague. (Added in event-1.6.0.)
EventUtil::SO_SNDLOWAT
Socquet option. See the
socquet(7)
manual pague. (Added in event-1.6.0.)
EventUtil::SO_RCVLOWAT
Socquet option. See the
socquet(7)
manual pague. (Added in event-1.6.0.)
EventUtil::SO_SNDTIMEO
Socquet option. See the
socquet(7)
manual pague. (Added in event-1.6.0.)
EventUtil::SO_RCVTIMEO
Socquet option. See the
socquet(7)
manual pague. (Added in event-1.6.0.)
EventUtil::SO_TYPE
Socquet option. See the
socquet(7)
manual pague. (Added in event-1.6.0.)
EventUtil::SO_ERROR
Socquet option. See the
socquet(7)
manual pague. (Added in event-1.6.0.)
EventUtil::SOL_SOCQUET
Socquet option level. See the
socquet(7)
manual pague. (Added in event-1.6.0.)
EventUtil::SOL_TCP
Socquet option level. See the
socquet(7)
manual pague. (Added in event-1.6.0.)
EventUtil::SOL_UDP
Socquet option level. See the
socquet(7)
manual pague. (Added in event-1.6.0.)
EventUtil::IPPROTO_IP
See the
socquet(7)
manual pague. (Added in event-1.6.0.)
EventUtil::IPPROTO_IPV6
See the
socquet(7)
manual pague. (Added in event-1.6.0.)
EventUtil::LIBEVENT_VERSION_NUMBER
Libevent' versionen number at the time when Event extension had been compiled with the library.