Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,4 +195,5 @@ The project is written in C11 and compiles with gcc and clang. The project is de

## Known bugs
- The GUI is generally volatile and may seg fault.
- When running the GUI packets may get stuck because of bloated/badly written listening methods.
- There may be memory leaks from not freeing packets correctly after they have been dealth with by a node. This is only a problem with the simulation, and not the protocol itself.