]> git.dolda2000.com Git - doldaconnect.git/blobdiff - clients/gtk2/main.c
Fix erroneous comment.
[doldaconnect.git] / clients / gtk2 / main.c
index aebab1d8d35704884e44cc456ed3a5884ffb3fc4..a0f44f365e8c0bc3e85a99849bb909d71659e287 100644 (file)
@@ -1084,7 +1084,7 @@ void handleresps(void)
                dc_disconnect();
                dcdisconnected();
            } else {
-               tosbuf = 0x10; /* Minimum cost */
+               tosbuf = 0x10; /* Minimum delay */
                setsockopt(dcfd, SOL_IP, IP_TOS, &tosbuf, sizeof(tosbuf));
                updatesbar(_("Connected"));
                dc_loginasync(connectas, 1, loginconv, logincallback, NULL);