Skip to content

Commit 22e3000

Browse files
committed
- Fix comments related to r45531
svn path=/branches/aicom-network-branch/; revision=45545
1 parent e4a060e commit 22e3000

File tree

1 file changed

+2
-2
lines changed
  • lib/drivers/ip/transport/tcp

1 file changed

+2
-2
lines changed

lib/drivers/ip/transport/tcp/event.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,11 @@ int TCPPacketSend(void *ClientData, OSK_PCHAR data, OSK_UINT len ) {
107107

108108
/* Memory management routines
109109
*
110-
* By far the most requests for memory are either for 128 or 2048 byte blocks,
110+
* By far the most requests for memory are either for 128 or 2049 byte blocks,
111111
* so we want to satisfy those from lookaside lists. Unfortunately, the
112112
* TCPFree() function doesn't pass the size of the block to be freed, so we
113113
* need to keep track of it ourselves. We do it by prepending each block with
114-
* 4 bytes, indicating if this is a 'L'arge (2048), 'S'mall (128) or 'O'ther
114+
* 4 bytes, indicating if this is a 'L'arge (2049), 'S'mall (128) or 'O'ther
115115
* block.
116116
*/
117117

0 commit comments

Comments
 (0)