المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : functions of raw socket



C++ Programming
11-08-2009, 06:51 AM
I find 2 group of raw socket functions, one is basic kind, another one starts with WSA..., such as accept() and WSAAccept().

I am wondering that if second group (WSA...) is just implemented from basic group to offer some user-convenience, or it is rebuilt with more efficient functionalities?

in raw socket, which group is better from send-receive communication view (i.e. speed)?