From af6d9a59be9aaadb909f2609287f49c32725876c Mon Sep 17 00:00:00 2001 From: oliverschmidt Date: Sun, 23 Dec 2007 20:24:46 +0000 Subject: [PATCH] Adjusted value (without distinguishing between Ethernet, SLIP, ...). --- core/net/uipopt.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/net/uipopt.h b/core/net/uipopt.h index e3bb773e3..e55debb4e 100644 --- a/core/net/uipopt.h +++ b/core/net/uipopt.h @@ -58,7 +58,7 @@ * * This file is part of the uIP TCP/IP stack. * - * $Id: uipopt.h,v 1.6 2007/12/22 12:02:43 oliverschmidt Exp $ + * $Id: uipopt.h,v 1.7 2007/12/23 20:24:46 oliverschmidt Exp $ * */ @@ -384,7 +384,7 @@ * The size of the uIP packet buffer. * * The uIP packet buffer should not be smaller than 60 bytes, and does - * not need to be larger than 1500 bytes. Lower size results in lower + * not need to be larger than 1514 bytes. Lower size results in lower * TCP throughput, larger size results in higher TCP throughput. * * \hideinitializer