Andreas Åkesson
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...
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...
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...
... 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...
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....
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
- Missing new test system (test.py) - Missing README This test does nothing. Any ideas how to make it do more than nothing?
- 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...
- Readme is kinda outdated - Very little functionality - is this enough? Should this test also check the sequence of packets? Unsure about this one - opinions?