Subject: Re: [Boost-users] bidirectional socket
From: Igor R (boost.lists_at_[hidden])
Date: 2009-12-07 07:25:18


> hi, i have a basic question,  for implementing a bidirectional communication
> can i do it just using one socket , i mean just open one port? or do i need
> to implement a client and a server in each end point? im realli confuse with
> this issue =(

Of course, you can receive and send data on the same socket.