Fixed a broken link

This commit is contained in:
Trustin Lee 2009-07-17 04:42:46 +00:00
parent c74fe22de3
commit 37cf2553fb

View File

@ -314,10 +314,11 @@ public void messageReceived(&ChannelHandlerContext; ctx, &MessageEvent; e) {
<section> <section>
<title>Writing a Time Server</title> <title>Writing a Time Server</title>
<para> <para>
The protocol to implement in this section is the <ulink url="">TIME</ulink> The protocol to implement in this section is the
protocol. It is different from the previous examples in that it sends a <ulink url="http://tools.ietf.org/html/rfc868">TIME</ulink> protocol.
message, which contains a 32-bit integer, without receiving any requests It is different from the previous examples in that it sends a message,
and closes the connection once the message is sent. In this example, you which contains a 32-bit integer, without receiving any requests and
loses the connection once the message is sent. In this example, you
will learn how to construct and send a message, and to close the will learn how to construct and send a message, and to close the
connection on completion. connection on completion.
</para> </para>