Skip to content

Added bandwidth limits to prevent receiver overflow (--bandwidth_limi… #128

Added bandwidth limits to prevent receiver overflow (--bandwidth_limi…

Added bandwidth limits to prevent receiver overflow (--bandwidth_limi… #128

Triggered via push July 8, 2024 09:42
Status Success
Total duration 37s
Artifacts

rust.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
transmute used without annotations: src/udp.rs#L69
error: transmute used without annotations --> src/udp.rs:69:31 | 69 | unsafe { mem::transmute(sockaddr_in6) } | ^^^^^^^^^ help: consider adding missing annotations: `transmute::<std::boxed::Box<libc::sockaddr_in6>, std::boxed::Box<libc::sockaddr>>` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_transmute_annotations
transmute used without annotations: src/udp.rs#L57
error: transmute used without annotations --> src/udp.rs:57:31 | 57 | unsafe { mem::transmute(sockaddr_in) } | ^^^^^^^^^ help: consider adding missing annotations: `transmute::<std::boxed::Box<libc::sockaddr_in>, std::boxed::Box<libc::sockaddr>>` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_transmute_annotations = note: `-D clippy::missing-transmute-annotations` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::missing_transmute_annotations)]`
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/