Index: pkg/mdns/lib/src/constants.dart |
diff --git a/pkg/mdns/lib/src/constants.dart b/pkg/mdns/lib/src/constants.dart |
index a94aa6c01c4c4d50ce5073d9d5345350fbfc42de..2d0e03b7de81b89ca1799648bb77d91742215629 100644 |
--- a/pkg/mdns/lib/src/constants.dart |
+++ b/pkg/mdns/lib/src/constants.dart |
@@ -19,6 +19,8 @@ const int arcountOffset = 10; |
const int headerSize = 12; |
+const int srvHeaderSize = 6; |
+ |
const int responseFlags = 0x8400; |
class RRType { |