12.07.2015 Views

Socket

Socket

Socket

SHOW MORE
SHOW LESS
  • No tags were found...

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Source Codeimport socketprint "Creating socket...",s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)print "done."print "Connecting to remote host...",s.connect(("www.google.com", 80))print "done."Explain !

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

Saved successfully!

Ooh no, something went wrong!