Chapter 4. The TCP Protocol


 
Network Programming with Perl
By Lincoln  D.  Stein
Slots : 1
Table of Contents
Part 1:   Basics

    Content

In this chapter we look at TCP, a reliable, connection-oriented byte-stream protocol. These features make working with TCP sockets similar to working with familiar filehandles and pipes. After opening a TCP socket, you can send data through it using print() or syswrite() , and read from it using <> , read() , or sysread () .


   
Top


Network Programming with Perl
Network Programming with Perl
ISBN: 0201615711
EAN: 2147483647
Year: 2000
Pages: 173

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net