aboutgitcodebugslistschat
path: root/epoll_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'epoll_type.h')
-rw-r--r--epoll_type.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/epoll_type.h b/epoll_type.h
index 7a752ed..0ad1efa 100644
--- a/epoll_type.h
+++ b/epoll_type.h
@@ -20,8 +20,8 @@ enum epoll_type {
EPOLL_TYPE_TCP_LISTEN,
/* timerfds used for TCP timers */
EPOLL_TYPE_TCP_TIMER,
- /* UDP sockets */
- EPOLL_TYPE_UDP,
+ /* UDP "listening" sockets */
+ EPOLL_TYPE_UDP_LISTEN,
/* UDP socket for replies on a specific flow */
EPOLL_TYPE_UDP_REPLY,
/* ICMP/ICMPv6 ping sockets */