Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

WinSock server daemon

Name: HELP LOL 2008-03-12 23:10

How do I wrote server???

Pls instruct + link to codez, etc.

Name: Anonymous 2008-03-17 3:40

>>34-35
___toodles___!
FIOC fucking everything again.

Name: Anonymous 2008-03-17 4:24

>>41
Frame I/O Controller?

Name: Anonymous 2008-03-17 4:29

EXPERT FIOC

Name: Anonymous 2008-03-17 4:29

"""waffles"""

Name: Anonymous 2008-03-17 7:08

http://bulk.fefe.de/scalable-networking.pdf


int cfd,fd=socket(PF_INET,SOCK_STREAM,IPPROTO_TCP);
struct sockaddr_in si;
si.sin_family=PF_INET;
inet_aton("127.0.0.1",&si.sin_addr);
si.sin_port=htons(80);
bind(fd,(struct sockaddr*)si,sizeof si);
listen(fd);
while ((cfd=accept(fd,(struct sockaddr*)si,sizeof si)) != -1) {
read_request(cfd); /* read(cfd,...) until "\r\n\r\n" */
write(cfd,"200 OK HTTP/1.0\r\n\r\n"
"That’s it. You’re welcome.",19+27);
close(cfd);
}

Name: Anonymous 2008-03-17 7:53

>>45
This is my server daemon?

Name: Anonymous 2008-03-17 10:38

>>46
READ THE PDF, FAGGOT

Name: Anonymous 2008-03-17 12:01

>>45
bad code.

Name: Anonymous 2008-03-17 12:52

>>45
That was easy™

Name: Anonymous 2008-03-17 12:53

>>48
I wish.  It's machine code.

Name: Anonymous 2008-03-17 13:15

>>50
back to /pr/, faggot

Name: Anonymous 2008-03-17 13:18

>>39
No, you came all over MY KEYBOARD you sick fuck

Name: Anonymous 2008-03-17 13:22

>>51
I wish.  It's Enterprise-ready.

Name: Anonymous 2008-03-19 0:44

WinSock

Name: Anonymous 2008-03-19 2:32

>>53

back toproggit, please

Name: Anonymous 2009-03-06 11:17

You need to make   understanding the program   is running especially.

Name: Anonymous 2010-11-15 10:57

Name: Anonymous 2010-12-26 1:42

Name: Fuck off, !Ep8pui8Vw2 2011-01-06 20:36

>>51
Fuck off, ``faggot''.

Also, bump for >>34-35.

Name: Anonymous 2011-01-06 23:27

lulz

Name: Anonymous 2011-01-07 2:40

>>26
you forgot to call WSAStartup

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List