index
:
iptcp.git
main
IP and TCP protocol implemented in GoLang folloing the RTC protocols.
mfoiani & ddoan
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pkg
/
ipstack
/
ipstack.go
Age
Commit message (
Expand
)
Author
2023-10-23
send triggered updates when any! entry in the table is created, updated, or d...
sotech117
2023-10-23
fixed split horizon algorithm. also, small bug fixes with RIP request and res...
sotech117
2023-10-23
fix 17 in table bug
sotech117
2023-10-23
small bug fixing
sotech117
2023-10-23
fix sent to other iface bug
sotech117
2023-10-23
implement basic triggered updates, but there is still a small bug with rerout...
sotech117
2023-10-23
add RIP request and reponse
sotech117
2023-10-23
fix wireshark rip packets being malformed
sotech117
2023-10-23
potentially implement reverse poision. fix port sending numbers. fix bug seci...
sotech117
2023-10-22
add comments to point out interesting behavior
sotech117
2023-10-22
implement delete from table based on timeout
sotech117
2023-10-22
fix checksum bug
sotech117
2023-10-22
forwarding works as expected among multiple subnets, but checksum fails. will...
sotech117
2023-10-22
rewrite table to be more robust and efficient for sending.
sotech117
2023-10-20
bug fixing
David Doan
2023-10-19
refactored and commented
David Doan
2023-10-19
RIP
David Doan
2023-10-18
add REPL functionality
David Doan
2023-10-10
add TODOS
sotech117
2023-10-09
small changes
sotech117
2023-10-09
implement recvip and sendip, with tests to know it's working
sotech117
2023-10-09
fix tests
sotech117
2023-10-09
small changes
sotech117
2023-10-09
fix small bug
sotech117
2023-10-09
simply system of threads that abstracts the Link layer
sotech117
2023-10-09
robustly implement how channels will interact with threads
sotech117
2023-10-09
fix the bugs with filling data structures
sotech117
2023-10-09
good progress, fixing almost all of the red. in the process of ensuring the d...
sotech117
2023-10-08
fix heiarchy. rewrite routing table code
sotech117