BrianZill
BrianZill
Interesting, I was about to say I didn't think this was a bug, because I wouldn't expect `demi_pushto()` to work with a connected mode ~socket~ queue descriptor. `demi_pushto()` is intended...
> Hello @BrianZill any updates on this? As I mentioned in my May 10, 2022 comment, it's not entirely clear to me exactly what problem this Issue is about. From...
@ppenna - Does this "don't use super" apply even to "mod tests"? I.e. Unit tests that are present in the same file? Offhand, I wouldn't think that would cause any...
What does "we should handle connection reset" mean exactly?
Fixed in PR #351.
Pedro, where does this list come from? As I write this, there are 10 more optional "features" listed in lib.rs, is there an automatic way to determine if they are...
As discussed in some meeting recently, could we make this `RUST_LOG=info`, or at least `debug`, instead of `trace`? `trace` is just too verbose and should probably only be used when...
Agreed, I'd be content with a `trace` default if `RUST_TRACE` was overridable in the build. It is currently hard set in linux.mk.
`crc` looks to only be used currently in the generation of TCP initial sequence numbers (isn_generator.rs). The recommended procedure for generating secure ISNs can be found in [RFC 6528](https://www.rfc-editor.org/rfc/rfc6528.txt), and...
> @BrianZill I believe that this is a duplicate to #178. > > Please add your extra info there and then close this issue. No, Issue #178 appears to be...