Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 506770 | Differences between
and this patch

Collapse All | Expand All

(-)x2goclient-4.0.1.3/sshmasterconnection.cpp.timeout (-1 / +1 lines)
Lines 1445-1451 void SshMasterConnection::channelLoop() Link Here
1445
        struct timeval tv;
1445
        struct timeval tv;
1446
1446
1447
        tv.tv_sec = 0;
1447
        tv.tv_sec = 0;
1448
        tv.tv_usec = 500;
1448
        tv.tv_usec = 500000;
1449
1449
1450
        int retval;
1450
        int retval;
1451
        int maxsock=-1;
1451
        int maxsock=-1;

Return to bug 506770