Winsock vs Unix Sockets [Archive] - C Board

PDA

View Full Version : Winsock vs Unix Sockets


khoxxxy
07-29-2003, 01:17 AM
It seems like I'm the only programmer here who programs sockets in a Unix environment. I humbly advise anyone using Winsocks to migrate to Unix or Linux sockets.. Is there anyone out there who has some UNIX or Linux socket experience??

lithium
07-29-2003, 11:41 PM
Originally posted by khoxxxy
It seems like I'm the only programmer here who programs sockets in a Unix environment.

i asked like 3 or 4 questions while learning unix sockets..salem answered all of them i think.


also: yes GNU/Linux is a much cooler programming environment.

curlious
07-31-2003, 11:10 PM
Later on I would like to learn about networking in linux, for now I just need to concentrate on the basics of programming though.

zahid
08-03-2003, 01:09 AM
Yeah, I'm recently trying to work on LInux network programming.
I wanted to send/receive data using TCP/IP. I found it works. But after that I need to secure the data. I decided to encrypt my data.

Encrypted
08-05-2003, 06:13 AM
Hi

i love network programming in linux, so you're not alone ;)
and yes, i have experience in linux socket programming.

encrypted