suyu/src/input_common/udp
Lioncash 5c61e0ba39 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.
2020-02-03 09:24:05 -05:00
..
client.cpp input_common/udp: std::move SocketCallback instances where applicable 2020-02-03 09:24:05 -05:00
client.h input_common/udp: Remove unnecessary inclusions 2020-02-03 09:13:40 -05:00
protocol.cpp Address second part of review comments 2020-01-23 20:55:26 +01:00
protocol.h input_common/udp: Remove unnecessary inclusions 2020-02-03 09:13:40 -05:00
udp.cpp input_common/udp: Remove unnecessary inclusions 2020-02-03 09:13:40 -05:00
udp.h input_common/udp: Remove unnecessary inclusions 2020-02-03 09:13:40 -05:00