
26.12.2005, 15:10
|
|
Постоянный
Регистрация: 20.01.2005
Сообщений: 899
Провел на форуме: 1535446
Репутация:
182
|
|
Сокеты,хм,вдумайся на основе беркли,хм беркли - *BSD =)
Щас приведу маленький кусок из учебника от "BLACK SUN RESEARCH FACILITY"
the winsock API and in that document I mentioned that the windows Sockets
implementation is based on the Berkeley Sockets idea, therefore socket programming on
systems such as UNIX and Linux, which are also based on the Berkeley API would be quiet
similar. This aids us in porting from platform to platform, making it easy to move whole
programs from UNIX to
То есть код под винсок(1 версии) можно переделать под никсы с мельчайшими изменениями...
|
|
|