22.07.2013 Views

Download File

Download File

Download File

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

cliAddr.sin_family = AF_INET;<br />

cliAddr.sin_addr.s_addr = htonl(INADDR_ANY);<br />

cliAddr.sin_port = htons(0);<br />

rc = bind(sd, (struct sockaddr *) &cliAddr, sizeof(cliAddr));<br />

if(rc

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!