1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/test/resolv
usa bde8e4e6f8 merge revision(s) 9682db0651: [Backport #17658]
Remove sender/message_id pair after response received in resolv

	Once a response for a given DNS request has been received (which
	requires a matching message id), the [sender, message_id] pair
	should be removed from the list of valid senders.  This makes it
	so duplicate responses from the same sender are ignored.

	Fixes [Bug #12838]
	---
	 lib/resolv.rb           |   2 +-
	 test/resolv/test_dns.rb | 113 ++++++++++++++++++++++++++++++++++++++++++++++++
	 2 files changed, 114 insertions(+), 1 deletion(-)

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_6@67929 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2021-04-04 23:47:58 +00:00
..
test_addr.rb fix test errors on Windows 2017-12-20 16:04:41 +00:00
test_dns.rb merge revision(s) 9682db0651: [Backport #17658] 2021-04-04 23:47:58 +00:00
test_mdns.rb fix for IPv6 env 2018-01-11 19:41:49 +00:00
test_resource.rb