Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
fix bug in case the A or AAAA record is processed before SRV record (#80
- Loading branch information
Showing
with
118 additions
and 849 deletions.
- +2 −0 .gitignore
- +0 −14 jmdns.iml
- +0 −244 jmdns.ipr
- +0 −589 jmdns.iws
- +1 −1 src/main/java/javax/jmdns/impl/DNSMessage.java
- +45 −1 src/main/java/javax/jmdns/impl/JmDNSImpl.java
- +70 −0 src/test/java/javax/jmdns/impl/ServiceInfoImplTest.java
- BIN src/test/resources/javax/jmdns/impl/a_record_before_srv.bin
- BIN src/test/resources/javax/jmdns/impl/a_record_before_srv.pcapng
@@ -1,2 +1,4 @@ | ||
*.class | ||
target/* | ||
.idea | ||
*.iml |
Oops, something went wrong.