Karl

Results 9 comments of Karl

Oh yeah, I also added `-Wno-inconsistent-missing-override` because files generated by the message compiler will spam this warning. Ths warning is unlikely to be encountered anyway. Also, I added `-Wextra` because...

I recommend the latest version @kvetak Either 5.6.2 or 6 preview 8. Should work out of the box as long as you have `inet4` in the same directory as `rina`....

I don't really know why there's a discrepancy between the names of the included INET4 in OMNeT++ 6 and OMNeT++ 5.6.2, but official tools and the docker images use `inet4`...

Also note that I have not tested this on Windows, but I don't see any reason why it shouldn't work if you use the IDE. The code should be completely...

Weird. Maybe you need to use a new workspace for OMNeT++?

Interesting! I'll look into it. :)

@kvetak Regarding breaking fingerprints: Since my changes trigger flow allocation of management flows more times, it follows that fingerprints won't match for most examples where that's relevant since it's computed...

@screw is from the C++ standard library (I assume you're pointing to `find_if`), so I _sincerely_ doubt that it should create an issue, even on Windows. Maybe it was included...

> I tested it on macOS and it didn't compile so I was just trying things. > I didn't have a chance to test it on Linux. > The problem...