diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2015-05-17 13:16:26 +0100 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2015-05-17 13:16:44 +0100 |
commit | f278fe3883f7d708082a19856eda02fddaf2fc56 (patch) | |
tree | 7ed92fcdf936d3650ef4847ed1553b6fc44478b7 /src/p2p/network_throttle.hpp | |
parent | print limits when running limit commands with no arguments (diff) | |
download | monero-f278fe3883f7d708082a19856eda02fddaf2fc56.tar.xz |
s/terget/target/
Diffstat (limited to 'src/p2p/network_throttle.hpp')
-rw-r--r-- | src/p2p/network_throttle.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/p2p/network_throttle.hpp b/src/p2p/network_throttle.hpp index add4daa86..b93cfc563 100644 --- a/src/p2p/network_throttle.hpp +++ b/src/p2p/network_throttle.hpp @@ -147,7 +147,7 @@ class i_network_throttle { virtual void set_name(const std::string &name)=0; virtual void set_target_speed( network_speed_kbps target )=0; virtual void set_real_target_speed(network_speed_kbps real_target)=0; - virtual network_speed_kbps get_terget_speed()=0; + virtual network_speed_kbps get_target_speed()=0; virtual void handle_trafic_exact(size_t packet_size) =0; // count the new traffic/packet; the size is exact considering all network costs virtual void handle_trafic_tcp(size_t packet_size) =0; // count the new traffic/packet; the size is as TCP, we will consider MTU etc |