mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-01 04:19:36 -05:00
streamtcp fixup.
git-svn-id: file:///svn/unbound/trunk@1141 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
02c493bd2d
commit
9a102eed3e
2 changed files with 4 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue