mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-08-10 18:53:18 +00:00
channel: fix typo in comment
Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Victor Toso <victortoso@redhat.com>
This commit is contained in:
parent
1884b3ac99
commit
8fc8b69bff
@ -1506,7 +1506,7 @@ static void red_channel_client_handle_pong(RedChannelClient *rcc, SpiceMsgPing *
|
||||
return;
|
||||
}
|
||||
|
||||
/* set TCO_NODELAY=0, in case we reverted it for the test*/
|
||||
/* set TCP_NODELAY=0, in case we reverted it for the test*/
|
||||
if (!rcc->latency_monitor.tcp_nodelay) {
|
||||
int delay_val = 0;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user