K 10
svn:author
V 5
eagle
K 8
svn:date
V 27
2011-09-19T21:03:19.766709Z
K 7
svn:log
V 227
Stop using INADDR_LOOPBACK

It looks like the byte order of INADDR_LOOPBACK is indeterminate and may
require htonl on some systems and not on others.  Avoid the issue by
not using it and instead just using htonl(0x7f000001UL).

END
