Linked by Thom Holwerda on Thu 29th Sep 2005 17:09 UTC, submitted by David Nordenberg
Thread beginning with comment 38099
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.
Windows doesn't use the BSD stack. They may have started with it, but they have since rewritten it extensively. Even from the initial release they have used a different API to make it integrate into Windows, Winsock. Since Winsock 2 they have abstracted out to the API to support different network transports like IPX/SPX.
The BSD API is synchronous, and the Windows one is asynchronous. Even if ReactOS used the BSD implementation underneath they would still need to do quite a lot of work to make it usable to Windows apps.






Member since:
Why don't they "just" use the BSD TCP/IP stack - like Windows does? That implementation is actually quite stable. That would be a major step forward for the project.
And congratulations, ReactOS. I've been following you since the early versions. Keep up the good work!