search for: tcp_mss

Displaying 2 results from an estimated 2 matches for "tcp_mss".

Did you mean: tcp_miss
2008 Aug 11
0
[PATCH] stubdom: for safety, tell lwip we use the heap in the event handler
...on Aug 11 12:36:57 2008 +0100 +++ b/extras/mini-os/include/lwipopts.h Mon Aug 11 12:45:05 2008 +0100 @@ -15,6 +15,7 @@ #define LWIP_DHCP 1 #define LWIP_COMPAT_SOCKETS 0 #define LWIP_IGMP 1 +#define LWIP_USE_HEAP_FROM_INTERRUPT 1 #define MEMP_NUM_SYS_TIMEOUT 10 #define TCP_SND_BUF 3000 #define TCP_MSS 1500 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2013 Mar 07
4
Syslinux-5.10-pre1
...n() if we didn't have to wait core: pxe: additional work on the lwip port lwip: Allow clearing a dns server lwip: now to the point we can make a TCP connection... lwip: better test case core: lwip: tune parameters for performance Make sure TCP_WND is < 64K-TCP_MSS lwip: better speed test core: lwipopts: additional fine-tuning lwip: fix timestamps, statistics functions lwip: show stats when displaying speedtest results pxe: fix gcc 4.6 problems pxe: isr: fix formatting Merge branch 'master' into lwip-threads...