Windows

From PortaWiki

Jump to: navigation, search

Network code

There is a good web site on porting BSD sockets code to WinSock. See [1]

Things to look out for

  • poll - there is none
  • select - returns SOCKET_ERROR on error
  • sleep - Windows has Sleep(milliseconds)
  • mkdir
Personal tools