================== idAsyncClient::GetIncomingCompression ================== */
| 536 | ================== |
| 537 | */ |
| 538 | float idAsyncClient::GetIncomingCompression( void ) const { |
| 539 | if ( clientState < CS_CONNECTED ) { |
| 540 | return 0.0f; |
| 541 | } else { |
| 542 | return channel.GetIncomingCompression(); |
| 543 | } |
| 544 | } |
| 545 | |
| 546 | /* |
| 547 | ================== |
no outgoing calls
no test coverage detected