Catherine

Results 1913 comments of Catherine

Oh there is a misunderstanding. What I was considering is the ability to solve this issue in the preview1 component adapter for an arbitrary host. In my particular host I...

I agree, which one of us should kick off that discussion?

See https://github.com/WebAssembly/wasi-filesystem/issues/153.

> ICMP should register the error to the corresponding socket when it finds an error likes an unreachable address error. Currently, there is no error handling bound to the socket....

Er, didn't mean to close the issue.

@tomDev5 My point of view here is essentially the same as @Dirbaio's, and I think he explained the challenges here well.

I would expect smoltcp to be vulnerable; it is not a TCP stack hardened against logic attacks on the state machine, here and elsewhere. I don't think anybody has enumerated...

We could do that, but I think I'm more interested in deprecating `lib.fifo` in favor of a stream-based `lib.queue` with nicer properties (e.g. higher throughput in edge cases).

I don't think adding general copy groups is a good idea at the moment. The reason for that is group ordering. Internally, groups are hierarchical, but they're linearized for display...

(If the explanation above doesn't make a lot of sense to you, let me know and I'll try to go into more detail, but that'll happen later as I haven't...