From 7565be76e749489595bf9a448b4ca09bc38536ae Mon Sep 17 00:00:00 2001 From: Trustin Lee Date: Mon, 16 Mar 2009 09:18:14 +0000 Subject: [PATCH] Now supports UDP :) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b2fa0253ae..f339a33fea 100644 --- a/pom.xml +++ b/pom.xml @@ -37,7 +37,7 @@ clients. In other words, Netty is a NIO client server framework which enables quick and easy development of network applications such as protocol servers and clients. It greatly simplifies and streamlines network - programming such as TCP/IP socket server. + programming such as TCP and UDP socket server.