| 4983 | #endif // ENABLE_P2P_DEBUGGING_API |
| 4984 | } |
| 4985 | void node_impl::clear_peer_database() |
| 4986 | { |
| 4987 | VERIFY_CORRECT_THREAD(); |
| 4988 | _potential_peer_db.clear(); |
| 4989 | } |
| 4990 | |
| 4991 | void node_impl::set_total_bandwidth_limit( uint32_t upload_bytes_per_second, uint32_t download_bytes_per_second ) |
| 4992 | { |