Tatsuhiro Tsujikawa

Results 354 comments of Tatsuhiro Tsujikawa

If you have message already in reply_message, you don't need to use const uint8_t buf[]. Just point wslay_event_msg's msg field to reply_message. Of course, you have to assign msg_length too.

At the moment, we have no plan to add another protocol.

Do you know the last working version of nghttpx with ExternalName?

Thank you. So this is primarily feature request. As far as I know, Service without selector and Endpoint with the same name is not supported and the fact that it...

FYI, #222 adds Services without selectors support.

I think they are separate connection and it is the proxy that decides it needs to make connection keep alive. Each connection has unique connection setup (e.g., idle timeout).

If you are asking about QUIC frame specification, please read RFC 9000.

If you are asking about the contents of STREAM frame, it is application data. I do not know which application protocol you are running on QUIC. If it is HTTP/3,...

There are no known issues. They are completely independent projects.

I will rename it to something like ngtcp2_settings.max_tx_udp_payload_size to convey that it is the limit of outgoing UDP datagram.