CS43 Lab7 - A Router Stack  1.2019
File List
Here is a list of all documented files with brief descriptions:
[detail level 12]
  router
 sr_arpcache.hThis file defines an ARP cache (sr_arpcache), which is made of two structures: an ARP request queue (sr_arpreq), and ARP cache entries (sr_arpentry)
 sr_if.hData structures and methods for handeling interfaces
 sr_protocol.hA collection of macros, structs, and enums to represent packet types and headers
 sr_router.cThe set of functions which accept, queue, and send packets; Most of your work will go here
 sr_router.hThe set of functions which routes packets
 sr_rt.hFunctions and data structures for handling the routing table
 sr_utils.hUtility functions for inspecting packets