Differences From Artifact [af48e2df0d]:
- File x11fwd.c — part of check-in [b37b4aae64] at 2001-08-28 07:24:50 on branch trunk — Semantic fix in the X11 `authentication failed' error packet construction. Doesn't actually affect anything right now, since the bug was a failure to round a length up to the next multiple of 4 and it so happens that our current message was exactly 40 bytes anyway :-) But if we start giving a wider variety of messages one day then it might be handy to be able to do them without gratuitous crashes. (user: simon size: 8812)
To Artifact [6fef24a647]:
- File x11fwd.c — part of check-in [8daaf4c09d] at 2001-11-29 15:47:11 on branch trunk — Configurable TCP_NODELAY option on network connections (user: simon size: 8815)
| ︙ | |||
191 192 193 194 195 196 197 | 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 | - + |
pr->fn = &fn_table;
pr->auth_protocol = NULL;
pr->verified = 0;
pr->data_read = 0;
pr->throttled = pr->throttle_override = 0;
pr->c = c;
|
| ︙ |