Andreas Åkesson

Results 17 comments of Andreas Åkesson

Hello. We haven't really looked at it nor made a decision about it. I don't think it will be something we would make a priority atm, but we would gladly...

We do have New Reno implemented (this is pretty deep coupled with our TCP implementation). Selective ACK is also more recently implemented, but not yet integrated with congestion control (I...

Many things I haven't heard about here hehe. Sounds like you have a lot of insight :) The reason for New Reno is just a result of working through RFCs...

macaroni with strace enabled: ``` [ OpenSSL ] Initializing (OpenSSL 1.0.2p-dev xx XXX xxxx) setup_rng SSL_library_init SSL_load_error_strings >>>> !!! CPU 0 EXCEPTION !!!

I haven't figured out how to check the same thing on Mac, but the command you suggest won't work on Mac. Either you can figure it out as well (or...

Looks like some envs are off. `./install.sh` sets these up, including installing all the necessary dependencies. I don't know anything about centos7 tho I'm afraid! Try `export INCLUDEOS_SRC=path/to/repo` and see...

What platform are you on? When porting from make to CMake I experienced kinda the same thing on Mac. This was solved in a pretty [simple way](https://github.com/hioa-cs/IncludeOS/blob/master/cmake/elf-toolchain.cmake#L35)... But I never...

Mac user here. Maybe the install script isn't enough to install the correct compiler. Maybe you can try update/install clang yourself somehow and see if the problem goes away?

Tried the same image on VirtualBox (macOS). Works fine with e1000 driver, but times out on VirtioNet.

After more investigation it seems like some things aren't supported with virtionet in VirtualBox ``` [ Virtio ] Attaching to PCI addr 0x18 [x] Vendor ID is VIRTIO [x] Device...