Author: cgutman
Date: Wed Feb 10 01:53:03 2010
New Revision: 45545
URL:
http://svn.reactos.org/svn/reactos?rev=45545&view=rev
Log:
- Fix comments related to r45531
Modified:
branches/aicom-network-branch/lib/drivers/ip/transport/tcp/event.c
Modified: branches/aicom-network-branch/lib/drivers/ip/transport/tcp/event.c
URL:
http://svn.reactos.org/svn/reactos/branches/aicom-network-branch/lib/driver…
==============================================================================
--- branches/aicom-network-branch/lib/drivers/ip/transport/tcp/event.c [iso-8859-1]
(original)
+++ branches/aicom-network-branch/lib/drivers/ip/transport/tcp/event.c [iso-8859-1] Wed
Feb 10 01:53:03 2010
@@ -107,11 +107,11 @@
/* Memory management routines
*
- * By far the most requests for memory are either for 128 or 2048 byte blocks,
+ * By far the most requests for memory are either for 128 or 2049 byte blocks,
* so we want to satisfy those from lookaside lists. Unfortunately, the
* TCPFree() function doesn't pass the size of the block to be freed, so we
* need to keep track of it ourselves. We do it by prepending each block with
- * 4 bytes, indicating if this is a 'L'arge (2048), 'S'mall (128) or
'O'ther
+ * 4 bytes, indicating if this is a 'L'arge (2049), 'S'mall (128) or
'O'ther
* block.
*/