Merge commit 'refs/remotes/pubserv/master'
[doldaconnect.git] / clients / gtk2 / main.c
index 5aac1e4..5b286f3 100644 (file)
@@ -1084,7 +1084,7 @@ void handleresps(void)
                dc_disconnect();
                dcdisconnected();
            } else {
-               tosbuf = 0x10; /* Minimum cost */
+               tosbuf = 0x10; /* Minimum delay */
                setsockopt(dcfd, IPPROTO_IP, IP_TOS, &tosbuf, sizeof(tosbuf));
                updatesbar(_("Connected"));
                dc_loginasync(connectas, 1, loginconv, logincallback, NULL);