Andy Walden <[EMAIL PROTECTED]> writes:
| First, whats the command/procedure to apply the dns.c patch. 

On line 24, change PACKETSZ to 1<<15.

Or, equivalently, cd to the source directory and paste this ed script
into your xterm:

ed dns.c 
24c
static union { HEADER hdr; unsigned char buf[1<<15]; } response;
.
w
q

Reply via email to