summaryrefslogtreecommitdiff
path: root/mtools
diff options
context:
space:
mode:
authorMatt Fleming <matt.fleming@intel.com>2013-02-26 16:24:56 +0000
committerMatt Fleming <matt.fleming@intel.com>2013-03-06 17:04:39 +0000
commit16aa878d78086e9bc1c1f1053dc24da295f81e05 (patch)
tree3da29f8f502ec1014105c565985848ea18d7ce92 /mtools
parent990f1ace09e79f99a196574f60e5484a5bb4a2d4 (diff)
downloadsyslinux-16aa878d78086e9bc1c1f1053dc24da295f81e05.tar.gz
net: Return of the legacy network stack
While it's nice having the shiny new lwIP stack, there is definitely merit in being able to choose between two different network stacks. We want to keep the legacy network stack around as it is known to handle funky BIOS implementations and provides a good reference point when bugs are suspected in the lwIP code. Users now have a choice of .0 files. pxelinux.0 uses the legacy network stack, while lpxelinux.0 uses lwIP. Note that not every protocol is converted to using this new API. The http, ftp and tcp code is still inherently tied to the netconn API, and is only available with lpxelinux.0 and the lwIP stack. It's unlikely that this code will ever be fixed up to work with the legacy network stack. Network stack operations are abstracted behind the net_core_* interface, and each network stack has private data fields contained within a struct net_private. Cc: H. Peter Anvin <hpa@zytor.com> Cc: Eric W. Biederman <ebiederm@xmission.com> Cc: Gene Cumm <gene.cumm@gmail.com> Signed-off-by: Matt Fleming <matt.fleming@intel.com>
Diffstat (limited to 'mtools')
0 files changed, 0 insertions, 0 deletions