Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-13 | Make the `data` member of `cmd` a flexable array | mrb0nk500 | |
member. This is to make it easier to send the packet, due to not having to create an extra buffer before sending the packet. | |||
2021-06-13 | Changed the order of the struct definitions in | mrb0nk500 | |
`network.h`. It wouldn't compile due to them not being defined eariler, and I don't want to do prototyping. | |||
2021-06-12 | Start work on the networking code. | mrb0nk500 | |