]> git.ipfire.org Git - thirdparty/pdns.git/commit
sdig: Increment the DNS message IDs when pipelining 9430/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 1 Sep 2020 07:53:49 +0000 (09:53 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 1 Sep 2020 07:53:49 +0000 (09:53 +0200)
commite4ddc6e9daae3d79c0c28a6391f1380e378238c8
tree98ef1718ac9b6c89ea08282abfc7229b3db169e2
parentf76bbc240ba028c2631f445c39af119de8eea2b8
sdig: Increment the DNS message IDs when pipelining

As stated in section 6.2.1 of rfc7766:
  "When sending multiple queries over a TCP connection, clients MUST NOT
   reuse the DNS Message ID of an in-flight query on that connection in
   order to avoid Message ID collisions.  This is especially important
   if the server could be performing out-of-order processing"
pdns/sdig.cc