29 Oct
2009
29 Oct
'09
5:47 p.m.
On Thu, Oct 29, 2009 at 10:30 AM, Mats Carlsson
So is in "socket" somewhere?
Once you have "accepted" a client connection in your "server", I think you can get the client host info by calling the tcp::socket::remote_endpoint() method. http://www.boost.org/doc/libs/1_40_0/doc/html/boost_asio/reference/basic_str... You should probably check out some basic socket and TCP/IP resources to get a better idea of how sockets work w/ TCP/IP. Not sure what specific resource to recommend at this point. But you can't go wrong w/ the Stevens books. Jon