Conversation
|
Two things not yet finished:
Both these things should be fixed before we merge this. But it's a good starting point for crypto. I will get to this once I have time. Just thought it still might be useful as a PR in the meantime. |
|
Counter synchronization is now implemeneted. You can have anywhere between 64-128 blocks of loss or reordering before things break. This could be massively improved by using some of the first header byte to store a slightly larger counter (just a few bits would make a huge difference). This however requires custom int rollover so will have to be future developments. A cert handler is also implemented and required when using signed handshakes. |
|
Had to retarget this at |
LukeStampfli
left a comment
There was a problem hiding this comment.
Code looks all good. We shuffled some stuff around in the repo and file paths for transports now use com.community.netcode instead of com.mlapi.contrib. etc. Could you adjust that?
|
|
No description provided.