NAME
A member constructor of omni::net::linger_option
omni::net::linger_option::linger_option
A member constructor of omni::net::linger_option
#include <omni/types/net_t.hpp>omni::net::linger_option::linger_option(bool enable, int seconds)
PARAMETERS
top
enable - true to remain connected after the Close() method is called; otherwise, false. seconds - The number of seconds to remain connected after the Close() method is called.
top