- Fix tcp-mss failure printout text.

git-svn-id: file:///svn/unbound/trunk@4150 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2017-05-08 07:15:48 +00:00
parent d42090d63b
commit ad2e157763
2 changed files with 4 additions and 1 deletions

View file

@ -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.

View file

@ -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:"