Create RadiusServer class to fix cyclic deps

This commit is contained in:
2021-10-25 10:41:01 -05:00
parent f9e7ae1bbb
commit 91546c701c
3 changed files with 54 additions and 49 deletions

View File

@@ -38,5 +38,5 @@ modifications made are documented below:
- Modified UDPServer class to expose a stop() method
- Added up(), isUp(), and down() methods to PackageInterface to allow
- Added up(), isUp(), and down() methods to new RadiusServer to allow
for starting, checking, and stopping the radius server from code