// Step 1. An instance of 'io_service' class is required by socket constructor. asio::io_service ios; // Step 2. Creating an object of 'udp' class representing a UDP protocol with Ipv6 as underlying ...