Differences From Artifact [b547c51298]:
- File tests/example.cr — part of check-in [e473ea9c63] at 2021-03-03 23:39:43 on branch trunk — Add the various resource records (user: js, size: 237) [annotate] [blame] [check-ins using]
To Artifact [ea161df6fd]:
- File tests/example.cr — part of check-in [baf27b579c] at 2021-03-04 01:03:18 on branch trunk — Initial work on sending a query (user: js, size: 295) [annotate] [blame] [check-ins using]
1 2 | 1 2 3 4 5 6 7 8 9 10 | + + + - + - + - - | require "../src/asyncdns" AsyncDNS::RR::A.new("crystal-lang.org", Socket::IPAddress.new("127.0.0.1", 0), 1234) |