mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
- Fix tcp-mss failure printout text.
git-svn-id: file:///svn/unbound/trunk@4150 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
d42090d63b
commit
ad2e157763
2 changed files with 4 additions and 1 deletions
|
|
@ -1,3 +1,6 @@
|
||||||
|
8 May 2017: Wouter
|
||||||
|
- Fix tcp-mss failure printout text.
|
||||||
|
|
||||||
2 May 2017: Ralph
|
2 May 2017: Ralph
|
||||||
- Added mesh_add_sub to add detached mesh entries.
|
- Added mesh_add_sub to add detached mesh entries.
|
||||||
- Use mesh_add_sub for key tag signaling query.
|
- Use mesh_add_sub for key tag signaling query.
|
||||||
|
|
|
||||||
|
|
@ -231,7 +231,7 @@ outnet_tcp_take_into_use(struct waiting_tcp* w, uint8_t* pkt, size_t pkt_len)
|
||||||
(void*)&w->outnet->tcp_mss,
|
(void*)&w->outnet->tcp_mss,
|
||||||
(socklen_t)sizeof(w->outnet->tcp_mss)) < 0) {
|
(socklen_t)sizeof(w->outnet->tcp_mss)) < 0) {
|
||||||
verbose(VERB_ALGO, "outgoing tcp:"
|
verbose(VERB_ALGO, "outgoing tcp:"
|
||||||
" setsockopt(.. SO_REUSEADDR ..) failed");
|
" setsockopt(.. TCP_MAXSEG ..) failed");
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
verbose(VERB_ALGO, "outgoing tcp:"
|
verbose(VERB_ALGO, "outgoing tcp:"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue