Skip to content

rsegebre/dns_cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DNSCACHE:

A DNS Cache in C++ using a simple vector where every IP look-up is stored. If the IP is not in the cache then a lookup to an outside DNS is performed. It also calculates some basic statistics on every look-up and displays them.

To Compile:

To compile using g++:

g++ -o dnscache -c dnscache.cc

This will generate a file called 'dnscache', but it is not executable because it doesn't have a main.

TODO:

  • Add a basic test to show what the code does.
  • Fix SCONSTRUCT file to make compilation easier.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages