Home | History | Annotate | Download | only in x11vnc

Lines Matching full:tightfilexfer

1661 	if (!strcmp(p, "tightfilexfer")) {
1663 snprintf(buf, bufn, "ans=%s:%d", p, tightfilexfer);
1667 if (! tightfilexfer) {
1668 rfbLog("remote_cmd: enabling -tightfilexfer for *NEW* clients.\n");
1669 tightfilexfer = 1;
1674 rfbLog("remote_cmd: -tightfilexfer not supported in this binary.\n");
1680 snprintf(buf, bufn, "ans=%s:%d", p, !tightfilexfer);
1684 if (tightfilexfer) {
1685 rfbLog("remote_cmd: disabling -tightfilexfer for *NEW* clients.\n");
1686 tightfilexfer = 0;
1691 rfbLog("remote_cmd: -tightfilexfer not supported in this binary.\n");