Network programming under windows: is WSA functions can be more complete than pSock functions [on hold]
- by Kane
I plan to make a set of classic socket functions to simplify their usages.
Since i work under windows and linux indifferently i usually make it portable (it's not my first version of this set of functions), but i want to do something different this time and dedicate one version to windows, and one other to linux.
With that i wonder for the windows version, if the WSA* functions can have any interest using them instead of the psock ones.
I have found nothing about a comparison between them, so if any of you have any idea, suggestion, link or benchmark ?