Hi,
i am really stuck in this problem.. i am new to C and writing my first network applications using sockets.
when i create a socket with
socket(AF_INET, SOCK_STREAM,0)
i always get the errno 3 "No such process"..
I am working under Fedora core 4, and my network driver is up and running... by the way, I have no network cable connected.
what can i do
regards..
i am really stuck in this problem.. i am new to C and writing my first network applications using sockets.
when i create a socket with
socket(AF_INET, SOCK_STREAM,0)
i always get the errno 3 "No such process"..
I am working under Fedora core 4, and my network driver is up and running... by the way, I have no network cable connected.
what can i do
regards..