Commit Graph

5 Commits

Author SHA1 Message Date
f1eb6b065d Export all fields in pdu
Oopsie!
2024-07-31 15:12:25 +02:00
2453d639ff Ensure all pdus use pointer to header
All checks were successful
Run Tests / Test (push) Successful in 20s
Benchmark BufferPool / RunBenchmarks (push) Successful in 23s
2024-07-24 19:22:41 +02:00
f30680c26f Rework every uint8 to byte and rework every []byte to bytes.Buffer
Some checks failed
Benchmark BufferPool / RunBenchmarks (push) Failing after 17s
Run Tests / Test (push) Failing after 15s
I just learnt that uint8 and byte are the fucking same
And that bytes.Buffer is the thing to use
Idiot idiot idiot...
Live and learn
2024-07-24 18:48:12 +02:00
PhatPhuckDave
abfba3b5a7 Make every struct have a header header and not inherit the header 2024-07-22 22:52:04 +02:00
PhatPhuckDave
21e2e17f27 Refactor pdus into many files 2024-07-22 20:35:53 +02:00