top | item 41562886

(no title)

adamch | 1 year ago

This is interesting. But how would you use it? You'd need to open up a new type of socket (neither TCP nor UDP but nyxpsi) and everything along your network route would need to support it. So it wouldn't be useful with existing mobile networks (middle boxes won't speak the protocol) nor within the data center (because it's used for high packet loss situations). So what's the use case? Custom wireless networks with embedded devices?

discuss

order

wmf|1 year ago

It's using UDP.

fragmede|1 year ago

> middle boxes won't speak the protocol

Middle boxes only need to speak IP, which they do already, and not block nyxpsi packets (which they probably do).

zamadatix|1 year ago

You'll still run into trouble with anything wanting to allow everything but trying to do NAT. I'd hazard to guess this actually still uses UDP under the covers for that reason (but haven't bothered to verify). QUIC and HTTP/3 went that route for the same reason.

Edit: It does.