Boost logo

Boost Users :

Subject: [Boost-users] Using boost::Asio for connected UDP socket
From: Eugene Mamin (thedzhon_at_[hidden])
Date: 2012-08-28 01:31:28


>>I want to implement an UDP server and have problems on defining on how the server handles coming concurrent udp "connections" from multiple clients.
What I basically want to implement is an DNS proxy.

You should see following implementation of transport layer from
maidsafe-dht project:
https://github.com/maidsafe/MaidSafe-Transport/tree/master/src/maidsafe/transport

Also, this code reviewed by boost.asio author Christopher M. Kohlhoff.


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net