Re: [edk2] non-StdLib network clients example

2013-12-19 Thread Andrew Fish
On Dec 19, 2013, at 6:01 AM, Mauro Faccenda wrote: > Hi, > > I've been writing some network applications using StdLib and right now > I need to make some of them available as UEFI Drivers and as far as I > could check, it should be good to not rely on StdLib. > > Reading the UEFI 2.4 specifica

Re: [edk2] non-StdLib network clients example

2013-12-19 Thread Mauro Faccenda
Hi Daryl, Thanks for your answer and time. Yeah, I mixed up things, don't apologize, it was my fault. However I guess you could understand that I am using BsdSocketLib which is available on StdLib package. Just to be clear. ;) So, the Socket library version you mentioned is the one available wit

Re: [edk2] non-StdLib network clients example

2013-12-19 Thread Mcdaniel, Daryl
Mauro, There are several components to StdLib. 1) Standard C Libraries 2) Sockets 3) POSIX libraries 4) Other libraries The Sockets library has a version where it installs as a driver and can be used without the Standard C library, POSIX libraries, or Other librar