tcp: Switch to debug print for persist timer

It is a left over during development.
This commit is contained in:
Asias He
2015-02-09 08:52:20 +02:00
committed by Avi Kivity
parent a192391ac6
commit f0c1bcdb33

View File

@@ -1632,7 +1632,7 @@ void tcp<InetTraits>::tcb::trim_receive_data_after_window() {
template <typename InetTraits>
void tcp<InetTraits>::tcb::persist() {
print("persist timer fired\n");
tcp_debug("persist timer fired\n");
// Send 1 byte packet to probe peer's window size
_snd.window_probe = true;
output_one();