doc fixup.

git-svn-id: https://unbound.nlnetlabs.nl/svn/trunk@26 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
wouter 2007-01-22 15:30:47 +00:00
parent 295dcbddd4
commit d9db8261ef

View File

@ -69,9 +69,12 @@ struct comm_point {
/** is this a UDP, TCP-accept or TCP socket. */
enum comm_point_type {
comm_udp, /** UDP socket */
comm_tcp_accept, /** TCP accept socket */
comm_tcp /** TCP handler socket */
/** UDP socket - handle datagrams. */
comm_udp,
/** TCP accept socket - only creates handlers if readable. */
comm_tcp_accept,
/** TCP handler socket - handle byteperbyte readwrite. */
comm_tcp
} type;
/** what to do when read/write is done.