summaryrefslogtreecommitdiff
path: root/src/input_common/udp/udp.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2020-02-03 09:24:03 -0500
committerLioncash <mathew1800@gmail.com>2020-02-03 09:24:05 -0500
commit5c61e0ba3938c9b939416ec996ee339bf1417ebf (patch)
tree0fa2eb2fa1f0b628f7dacbd356408f724e51c397 /src/input_common/udp/udp.cpp
parentfb9c9ddcc908e181793fb2564c7e05c1af5d4913 (diff)
input_common/udp: std::move SocketCallback instances where applicable
std::function is allowed to heap allocate if the size of the captures associated with each lambda exceed a certain threshold. This prevents potentially unnecessary reallocations from occurring.
Diffstat (limited to 'src/input_common/udp/udp.cpp')
0 files changed, 0 insertions, 0 deletions