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

Try to kill my web server

Name: Anonymous 2015-07-24 19:50

Come at me brah

http://5.101.97.110:81/

Name: Anonymous 2015-07-25 14:13

>>22
Jesus. Use an enum instead of a list of defines, don't do that stupid init_id and new_id bullshit, stop declaring everything as static, pass/return struct pointers instead of having 10,000 function parameters, use bitfields or another enum instead of having cascading if/else for each variable, and abstract your parsers.

Name: Anonymous 2015-07-25 14:15

>>22
Also use nonblocking I/O with poll or select instead of relying on RCV_TIMEO because as it is your server can easily be locked up because of the listen_fd queue.

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