Tuetuopay

Results 13 issues of Tuetuopay

I would like to write a driver for the (not so popular) TLC5957 LED driver chip, which has a rather convoluted serial protocol. Like many devices with an internal shift...

During serialization, the VXLAN port is serialized using the host endianess, which is incorrect as netlink uses network endianess, which is big endian. This breaks on little-endian architectures, such as...

bug
good first issue

This avoids creating a whole new runtime for each request being made, which avoids duplicating IO and time drivers (threads being spawned). As per the tokio docs, a `current_thread` runtime...

Hi, I hit a higher-ranked lifetime error when using buffered streams, where the compiler complains that it cannot prove the future consuming the stream are `Send`, despite the stream itself...

This can happen when large burst of messages come all of a sudden, which happen very easily when routing protocols are involved (e.g. BGP). The current implementation incorrectly assumes that...

When creating a veth pair, the name and the peer name are swapped. The odd thing is the sources actually contain a comment about it being swapped: https://github.com/little-dude/netlink/blob/master/rtnetlink/src/link/add.rs#L568. I don't...

When dealing with large BGP instances, the path list can be so large it makes a response message larger than the gRPC max message size. This adds a BatchSize field...

Hyper does not comes with HTTPS support out-of-the-box anymore. This PR adds two more Hurl implementation using the Reqwest crate: a regular synchronous one and an async one.

### Summary I have a bin crate that has at its source root a directory named `lib/` for a module named, well, `lib`. When upgrading to Rust 1.65, I get...

A-lint
T-lang
T-compiler
L-special_module_name

This new metric is basically a counter that will reset whenever a peer changes states. Monitoring the uptime allows to check for session flaps and resets that may be too...