X-Git-Url: http://git.dolda2000.com/gitweb/?a=blobdiff_plain;f=clients%2Fgtk2%2Fmain.c;h=5b286f3627fa88ae0d9793b1bd22d02dc4dd9afc;hb=3305f52e7c71403335c26537affcd76c63e06a0c;hp=5aac1e40dec5f3a2a22b41c18903ecc5c0eeac08;hpb=92b569477b62bf15175b03730767d0097b4bc2d8;p=doldaconnect.git diff --git a/clients/gtk2/main.c b/clients/gtk2/main.c index 5aac1e4..5b286f3 100644 --- a/clients/gtk2/main.c +++ b/clients/gtk2/main.c @@ -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);