Why does Windows have %systemroot%/system32/drivers/etc/hosts, as opposed to something more "Windowsy"? It feels like a relic from the BSD derivative Windows got some bits from eons ago. Is this purely a compatibility thing?
|
| ||||
feedback
|
closed as not constructive by Linker3000, Gareth, random♦ Nov 9 '11 at 18:08
This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.
|
Yes it arrived with Microsoft's adoption of TCP/IP based on the BSD sockets API as implemented according to the WinSock spec.
http://msdn.microsoft.com/en-us/library/windows/desktop/ms740673(v=vs.85).aspx Compatible as in
http://technet.microsoft.com/en-us/library/bb727005.aspx One version of the story is here | |||||||||||||||||
feedback
|