lasiotus

Results 5 issues of lasiotus

Hello! As OS kernels are quite often particular about memory layout, GDT, IRQs, etc., they often choose to set these things up themselves and not rely on the bootloader. In...

When I run ``` git clone https://github.com/mkj/sunset.git cd sunset/async cargo run --example serv1 ``` I get a bunch of compile errors. Have the latest Rust version (1.78).

I've seen smoltcp TCP sockets staying in SynReceived state for a long time, which seems to indicate that smoltcp stack may be vulnerable to [SYN Flood](https://en.wikipedia.org/wiki/SYN_flood) attacks. Is it so?...

proto/tcp

PR https://github.com/rust-lang/rust/pull/134344 that only bumps cc and cmake versions fails due to a cmake error (it seems).

The maximum UDP datagram payload over IPv4 is 65507 bytes (65507 = 65535 (max datagram size) - 20 (IP header) - 8 (UDP header)). However, regardless of the size of...