mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-24 18:40:38 +00:00
tcp: Switch to debug print for persist timer
It is a left over during development.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user