| 267 | } |
| 268 | |
| 269 | TOKEN CNetConnection::GenerateToken7(const NETADDR *pPeerAddr) |
| 270 | { |
| 271 | TOKEN Token; |
| 272 | secure_random_fill(&Token, sizeof(Token)); |
| 273 | return Token; |
| 274 | } |
| 275 | |
| 276 | void CNetConnection::Disconnect(const char *pReason) |
| 277 | { |
nothing calls this directly
no test coverage detected