$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
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.