Andreas Åkesson

Results 12 issues of Andreas Åkesson

The microLB constructor has changed multiple times on dev (related change: 612c86d), which makes NaCl outdated. From what I can see it's no longer possible to just change the one...

Broken

It's currently not possible to route packets between two interfaces that uses different drivers. The reason is most likely different offsets in the driver. Should this be possible? This could...

Networking

net/tcp/connecion.hpp ``` /** Called with a shared buffer and the length of the data when received. */ using ReadCallback = delegate; /** * @brief Event when incoming data is received...

Networking
Refactoring

... or make it smaller with only the essential (or just remove this header all together). It drags in a lot of dependencies that's probably unnecessary for the other files...

Networking
Refactoring

I'm experience a an "issue" which I can't find the correct answer for. In short, New Reno [RFC6582](https://tools.ietf.org/html/rfc6582) introduces something called "fast recovery", which is entered on 3 DUP ACKs....

Question
Networking

Had to comment this one out. > "Paths with two parameters (or more of the first parameter) where the first contains one lower case letter and the second contains one...

- [ ] Work in progress - [x] Does not compile - [ ] README needs to be updated Also, see #526

Networking
Test

- Missing new test system (test.py) - Missing README This test does nothing. Any ideas how to make it do more than nothing?

Test

- The current README does not explain what the test does. The tcp test works fine, but since tcp is very complex (a lot of special cases), a lot more...

Help wanted
Networking
Test

- Readme is kinda outdated - Very little functionality - is this enough? Should this test also check the sequence of packets? Unsure about this one - opinions?

Networking
Test