MCPcopy Create free account
hub / github.com/OSVR/OSVR-Core / get

Method get

src/osvr/Common/NetworkClassOfService.cpp:38–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 namespace class_of_service {
37 namespace detail {
38 template <> size_t GetMessageSizeLimit<Reliable>::get() {
39 return vrpn_CONNECTION_TCP_BUFLEN;
40 }
41 template <> size_t GetMessageSizeLimit<LowLatency>::get() {
42 return vrpn_CONNECTION_UDP_BUFLEN;
43 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected