| 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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected