Courtney3141
Courtney3141
It's basically a choice as to whether you assume that clients handle broadcast traffic themselves (and expect it), or whether there is a system wide broadcast traffic handler. Given that...
Although it does add complexity, it may not be a bad idea for the virtualiser to be aware of the locations of buffers throughout the system. Re new attack vectors,...
It is used to configure filtering rules, and router routes. I will add some screenshots here soon: https://lionsos.org/docs/examples/firewall/
Yes, this would be a good feature to implement in the future. Using a webserver to view and configure the firewall was just an easy and accessible way for us...
Also not mentioned is that we require the same error codes and description strings across two files: - In `modfirewall.c` the error numbers are declared in the `fw_os_err_t` enum, with...
The firewall can now be run on QEMU, inside a supporting docker container allowing all its current network functionalities to be tested. This issue still stands however with respect to...
Yes, we currently have a number of undergraduate students working with TS who are interested in working on a NAT implementation over the next few months. Although in terms of...
This PR has been updated with new sdfgen documentation. I have also included some of the extra docs I wrote about writing drivers as this seemed to go missing. Only...
Also just noticed that I write about the signalling protocol in the driver docs - I am planning on writing a little more about it in the design doc soon,...
> Looks okay to me, maybe we should wait for Peter before merging? Sure, as long as he has time as I waited a month for him to read the...