aboutsummaryrefslogtreecommitdiff
path: root/cmd/vrouter/main.go
AgeCommit message (Collapse)Author
2023-11-02milestone 1David Doan
2023-10-24more descriptive errors to match reference. final commit :)sotech117
2023-10-23refactor and comment code. add more descriptive error message.sotech117
2023-10-23comments and refactoringDavid Doan
2023-10-23comments and refactoringDavid Doan
2023-10-23implement basic triggered updates, but there is still a small bug with ↵sotech117
rerouting after a router goes down I need to fix. also, fixed the print functions and returned them to sprint so I can test.
2023-10-23add RIP request and reponsesotech117
2023-10-23potentially implement reverse poision. fix port sending numbers. fix bug ↵sotech117
secing bug from router static routes.
2023-10-22implement delete from table based on timeoutsotech117
2023-10-22fix multiple send bugsotech117
2023-10-22forwarding works as expected among multiple subnets, but checksum fails. ↵sotech117
will focus more on RIP timeouts next.
2023-10-22rewrite table to be more robust and efficient for sending.sotech117
2023-10-20bug fixingDavid Doan
2023-10-19refactored and commentedDavid Doan
2023-10-19RIPDavid Doan
2023-10-18add REPL functionalityDavid Doan
2023-10-05file importingDavid Doan
2023-10-02initializationsDavid Doan