I was looking at setting up a DNS header packet and I found this written online in the code. what does this mean?
unsigned char qr :1;
I figure it means that its an unsigned char of size one bit. I just want some clarification, I don't know how to search this and I can't find anything on it in the c++ documents.