Starry-OS / Starry

The main repository of Starry-OS, which will assemble all kernel components into a kernel according to a certain configuration.
Apache License 2.0
13 stars 19 forks source link

Bug: failed to compile const_trait in rustup-nightly in CI #13

Closed Azure-stars closed 3 months ago

Azure-stars commented 3 months ago

Compilation errors will be reported under the nightly version of rustup. image

Azure-stars commented 3 months ago

涉及 commit:

Azure-stars commented 3 months ago

Now the naive net bridge has a bug. When different ifaces share a common socket set, packets will be polled by the iface which can't process it. And it will cause bugs like connect-time-out.

The codes are as below: image