What is INADDR_LOOPBACK for in sockets?

Roland McGrath mcgrath at paris.Berkeley.EDU
Sat Dec 2 09:25:39 AEST 1989


INADDR_LOOPBACK is 0x7f000001, Internet address 127.0.0.1, usually called
`localhost'.  Talking to this address gets you back to where you started from,
without going through the network hardware.
--
	Roland McGrath
	Free Software Foundation, Inc.
roland at ai.mit.edu, uunet!ai.mit.edu!roland



More information about the Comp.unix.wizards mailing list