LCOV - code coverage report | ||||||||||||||||||||||
![]() | ||||||||||||||||||||||
|
||||||||||||||||||||||
![]() |
Line data Source code 1 : // 2 : // Author: Vladimir Migashko <migashko@gmail.com>, (C) 2013-2018 3 : // 4 : // Copyright: See COPYING file that comes with this distribution 5 : // 6 : 7 : #pragma once 8 : 9 : #include "tcp_options.hpp" 10 : #include <set> 11 : 12 : namespace wfc{ namespace io{ 13 : 14 0 : struct server_tcp_config: tcp_options 15 : { 16 : std::string target; 17 : bool rn = true; 18 : bool keep_alive = true; 19 : }; 20 : 21 : }} |
![]() |
Generated by: LCOV version 1.10 |