mirror of
https://github.com/gabime/spdlog.git
synced 2025-10-02 11:29:01 +08:00
Explicitly set SO_SNDBUF size to fix drops on Windows and address other PR feedback
This commit is contained in:
@@ -43,7 +43,7 @@ public:
|
||||
explicit udp_sink(udp_sink_config sink_config)
|
||||
: config_{std::move(sink_config)}
|
||||
{
|
||||
|
||||
client_.init(config_.server_host, config_.server_port);
|
||||
}
|
||||
|
||||
~udp_sink() override = default;
|
||||
|
Reference in New Issue
Block a user