reproduce dns bug in test

This commit is contained in:
Patricio Whittingslow
2026-01-12 08:53:29 -03:00
parent 151133dfb4
commit c4ab7cd012
2 changed files with 260 additions and 0 deletions
+3
View File
@@ -153,6 +153,9 @@ func (s *StackAsync) Reset(cfg StackConfig) error {
}
s.totalrecv = 0
s.totalsent = 0
if cfg.DNSServer.IsValid() {
s.dnssv = cfg.DNSServer
}
return nil
}