Commit 33fc7108 authored by Pavel Vainerman's avatar Pavel Vainerman Committed by Pavel Vainerman

[unet-zero-copy]: perf default: 2000 sensors

parent 5c9bf29d
...@@ -33,7 +33,7 @@ shared_ptr<SMInterface> smiInstance() ...@@ -33,7 +33,7 @@ shared_ptr<SMInterface> smiInstance()
return smi; return smi;
} }
// -------------------------------------------------------------------------- // --------------------------------------------------------------------------
static void run_senders( size_t max, const std::string& s_host, size_t count = 50, timeout_t usecpause = 50 ) static void run_senders( size_t max, const std::string& s_host, size_t count = 2000, timeout_t usecpause = 50 )
{ {
std::vector< std::shared_ptr<UDPSocketU> > vsend; std::vector< std::shared_ptr<UDPSocketU> > vsend;
vsend.reserve(max); vsend.reserve(max);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment