Diag-Client-Lib
udp_server.h
Go to the documentation of this file.
1 /* Diagnostic Client library
2 * Copyright (C) 2024 Avijit Dey
3 *
4 * This Source Code Form is subject to the terms of the Mozilla Public
5 * License, v. 2.0. If a copy of the MPL was not distributed with this
6 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
7 */
8 #ifndef DIAG_CLIENT_LIB_LIB_BOOST_SUPPORT_INCLUDE_BOOST_SUPPORT_SERVER_UDP_UDP_SERVER_H_
9 #define DIAG_CLIENT_LIB_LIB_BOOST_SUPPORT_INCLUDE_BOOST_SUPPORT_SERVER_UDP_UDP_SERVER_H_
10 
12 
13 namespace boost_support {
14 namespace server {
15 namespace udp {
16 
22 
23 } // namespace udp
24 } // namespace server
25 } // namespace boost_support
26 #endif // DIAG_CLIENT_LIB_LIB_BOOST_SUPPORT_INCLUDE_BOOST_SUPPORT_SERVER_UDP_UDP_SERVER_H_
Client that manages udp connection.
Definition: udp_client.h:24