diff options
-rw-r--r-- | udp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -102,7 +102,7 @@ void udp_sock_handler(struct ctx *c, int s, uint32_t events) } /** - * tcp_tap_handler() - Handle packets from tap + * udp_tap_handler() - Handle packets from tap * @c: Execution context * @af: Address family, AF_INET or AF_INET6 * @in: Input buffer |