| 156 | bool NetConnection::mFilesWereDownloaded = false; |
| 157 | |
| 158 | static inline U32 HashNetAddress(const NetAddress *addr) |
| 159 | { |
| 160 | return addr->getHash() % NetConnection::HashTableSize; |
| 161 | } |
| 162 | |
| 163 | NetConnection *NetConnection::lookup(const NetAddress *addr) |
| 164 | { |
no test coverage detected