K 10 svn:author V 4 csjp K 8 svn:date V 27 2005-02-04T03:22:06.000000Z K 7 svn:log V 339 MFC netinet/raw_ip.c v.144 fix up socket/ip layer violation... don't assume/know that SO_DONTROUTE == IP_ROUTETOIF and SO_BROADCAST == IP_ALLOWBROADCAST This appears to fix a bug where under certain conditions sendto(2) will fail with EHOSTUNREACH (No route to host) while sending data to machines on the local network via raw sockets. END