Displaying 4 results from an estimated 4 matches for "lwipopts".
Did you mean:
libopts
2008 Aug 11
0
[PATCH] stubdom: for safety, tell lwip we use the heap in the event handler
stubdom: for safety, tell lwip we use the heap in the event handler
Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
diff -r 11fa26c6c46c extras/mini-os/include/lwipopts.h
--- a/extras/mini-os/include/lwipopts.h Mon 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_TI...
2013 Mar 07
4
Syslinux-5.10-pre1
...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
version: call this branch 4.10
NEWS: doc...
2014 Jul 02
1
iPXE chain to lpxelinux.0 6.03-pre17 inconsistencies and failures
Op 2014-07-01 om 22:55 schreef Gene Cumm:
> On Jul 1, 2014 10:37 PM, "Alexander Perlis" wrote:
> >
> > I believe I'm seeing a bug in lpxelinux.0 6.03-pre17 but I need some
> > advice on how to isolate and troubleshoot this. (I can't try pre18
> > at the moment, but did try 4.07 and 5.10 and saw similar behavior,
> > also with pxelinux.0, so
2012 Nov 26
13
[PATCH 0 of 4] Minios improvements for app development
This patch series contains a set of patches making minios rather easier
to use, from an application development point of view.
Overview of patches:
1 Command line argument parsing support, from Xen.
2 Weak console handler function.
3 Build system tweaks for application directories.
4 Trailing whitespace cleanup. (because it is very messy)
Patch 4 is likely to be more controversial than