Jonathan Barrow
Jonathan Barrow
Duplicate of https://github.com/PretendoNetwork/Inkay/issues/20
I agree with Quarky here. Those issues seem pretty out of scope for us. Should this be closed then?
Cleaning up some older issues and looking for ones to add to our task tracker. @ashquarky is this something we want to move forward with or should this be closed?...
> Same thing happens in tiramisu using nimble. It should be noted that Tiramisu and the legacy Nimble HB are no longer supported by us
Cleaning up some older issues here. Errors like these are out of scope for this repository imo, @ashquarky what say you? Inkay doesn't really have anything to do with these...
Some of the naming here would also likely be confusing/misleading. `MapInterface` would imply that it's an `interface` type, not a `struct` type Also the use of the name `Atomic` here...
> It's atomic in concurrent terms. All the operations inside the callback will be done without other threads interfering That's fair. I was thinking in terms of atomic operations typically...
> can't we just only skip the checks there? The issue isn't limited to just the `SYN`. The server also sets the clients connection state to `StateConnected` after it sends...
Also it's worth noting that the hot-patch on the friends server only removes the state check from: - `handleAcknowledgment` - `handleSyn` - `handleConnect` `handleData` still has the check, and the...
> This would confirm whether the issue is cipher-related as suspected, or if it's actually some other root cause (e.g. the length may be off by a few bytes, or...