Stop and wait protocol using socket programming in c

broken image

IO::Socket provides an object-oriented, IO::Handle-based interface to creating and using sockets via Socket, which provides a near one-to-one interface to the C socket library. $sock = IO::Socket::UNIX->new() #DESCRIPTION

broken image

$sock = IO::Socket->new(Domain => AF_UNIX) My $sock = IO::Socket->new(Domain => AF_INET)

broken image

IO::Socket - Object interface to socket communications #SYNOPSIS use strict

broken image