We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c280225 commit bf58ab6Copy full SHA for bf58ab6
libraries/DNSServer/src/DNSServer.h
@@ -67,7 +67,7 @@ struct DNSHeader
67
struct DNSQuestion
68
{
69
uint8_t QName[256] ; //need 1 Byte for zero termination!
70
- uint8_t QNameLength ;
+ uint16_t QNameLength ;
71
uint16_t QType ;
72
uint16_t QClass ;
73
} ;
0 commit comments