audk/AppPkg/Applications/Sockets
lpleahy f32df6f658 Update applications to display correct error for gethostbyaddr and gethostbyname. These APIs use h_errno instead of errno, see documentation at: http://www.linuxhowtos.org/manpages/3p/gethostbyaddr.htm
Signed-off-by: lpleahy

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12511 6f19259b-4bc3-4df7-8a09-765794883524
2011-10-04 18:31:40 +00:00
..
DataSink Update the sockets applications 2011-09-30 23:04:13 +00:00
DataSource Update the sockets applications 2011-09-30 23:04:13 +00:00
GetHostByAddr Update applications to display correct error for gethostbyaddr and gethostbyname. These APIs use h_errno instead of errno, see documentation at: http://www.linuxhowtos.org/manpages/3p/gethostbyaddr.htm 2011-10-04 18:31:40 +00:00
GetHostByDns Update applications to display correct error for gethostbyaddr and gethostbyname. These APIs use h_errno instead of errno, see documentation at: http://www.linuxhowtos.org/manpages/3p/gethostbyaddr.htm 2011-10-04 18:31:40 +00:00
GetHostByName Update applications to display correct error for gethostbyaddr and gethostbyname. These APIs use h_errno instead of errno, see documentation at: http://www.linuxhowtos.org/manpages/3p/gethostbyaddr.htm 2011-10-04 18:31:40 +00:00
GetNetByAddr Update the sockets applications 2011-09-30 23:04:13 +00:00
GetNetByName Update the sockets applications 2011-09-30 23:04:13 +00:00
GetServByName Update the sockets applications 2011-09-30 23:04:13 +00:00
GetServByPort Update the sockets applications 2011-09-30 23:04:13 +00:00
OobRx Update the sockets applications 2011-09-30 23:04:13 +00:00
OobTx Update the sockets applications 2011-09-30 23:04:13 +00:00
RawIp4Rx Update the sockets applications 2011-09-30 23:04:13 +00:00
RawIp4Tx Update the sockets applications 2011-09-30 23:04:13 +00:00
RecvDgram Update the sockets applications 2011-09-30 23:04:13 +00:00
SetHostName Update the sockets applications 2011-09-30 23:04:13 +00:00
SetSockOpt Update the sockets applications 2011-09-30 23:04:13 +00:00
TftpServer Update the sockets applications 2011-09-30 23:04:13 +00:00
WebServer Update the sockets applications 2011-09-30 23:04:13 +00:00
ReadMe.txt Update the sockets applications 2011-09-30 23:04:13 +00:00
Sockets.inc Update the sockets applications 2011-09-30 23:04:13 +00:00

ReadMe.txt

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Users of the socket library need to do the following:

•	Use the development branch: https://edk2.svn.sourceforge.net/svnroot/edk2/branches/EADK/
•	Create an Efi\etc directory on their system or USB flash device
•	Copy the files from StdLib\Efi\etc into that directory
•	Edit the files appropriately
	o	Set the correct DNS servers in resolv.conf
	o	Set the search order in host.conf
•	At the EFI shell
	o	Set the device containing the \Efi directory as the default device
	o	Run the socket application