Fixed the oversized architecture diagram in the PDF

This commit is contained in:
Trustin Lee 2010-05-04 11:22:11 +00:00
parent b134bfb974
commit 6269d21712

View File

@ -23,20 +23,19 @@
<mediaobject>
<imageobject>
<imagedata fileref="images/architecture.png" format="PNG"/>
<imagedata fileref="images/architecture.png" format="PNG" scale="50" scalefit="1" align="center" />
</imageobject>
<textobject>
<phrase>The Architecture Diagram of Netty</phrase>
</textobject>
<caption>
</mediaobject>
<para>
In this chapter, we will examine what core functionalities are provided
in Netty and how they constitute a complete network application
development stack on top of the core. Please keep this diagram in mind
as you read this chapter.
</para>
</caption>
</mediaobject>
<section>
<title>Rich Buffer Data Structure</title>