Ingve Vormestrand

Results 7 comments of Ingve Vormestrand

@AndreasAakesson or @AnnikaH could probably give you the latest information about anything TCP-related in IncludeOS.

@AndreasAakesson knows everything about the current TCP implementation, so I'm sure he can update us about the status of congestion control.

Nice! Can you get serial output from the instance that is running on Hyper-V? The IncludeOS_example outputs some information (including networking settings) to serial while running. If not, you can...

To get VGA output, it should be enough to add `vga_output` to the `drivers` section in the `CmakeLists.txt` file and rebuild the service. Then you should get something like this...

That sounds plausible. Does Hyper-V have some (non-user initiated) logging of its own? When I run IncludeOS services in VMware, in addition to the serial output, for each instance VMware...

No. Still failing on macOS Sierra (version 10.12.5 (16F73))

I really like the test auto-discovery functionality from the existing Makefile, but would like the ability to ignore broken tests. If you are desperate for coverage info, feel free to...