streamtcp fixup.

git-svn-id: file:///svn/unbound/trunk@1141 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2008-06-26 14:24:22 +00:00
parent 02c493bd2d
commit 9a102eed3e
2 changed files with 4 additions and 0 deletions

View file

@ -1,3 +1,6 @@
26 June 2008: Wouter
- fixup streamtcp bounds setting for udp mode, in the test framework.
25 June 2008: Wouter
- fixup fwd_ancil test typos.
- Fix for newegg lameness : ok for qtype=A, but lame for others.

View file

@ -192,6 +192,7 @@ recv_one(int fd, int udp, ldns_buffer* buf)
exit(1);
}
ldns_buffer_set_limit(buf, (size_t)l);
len = (size_t)l;
}
printf("\nnext received packet\n");
log_buf(0, "data", buf);