clyver / CS3600-DNS-Server

A DNS client program which given a name to query for and a DNS server to query, send a and receive packets
1 stars 0 forks source link

Milestone 1:

Our very high-level approach to this was to have helpers that create all the different parts of the packet. Once all were collected, we memcpy them on to packet and dump it.