Zhang Jinyang

Results 117 comments of Zhang Jinyang

As far as I know, all QUIC ip frame should be the same size, and padding will be used when they are not enough. So if the size of the...

I found that when sending large data MQTT packets, there is a probability that a few packets can be sent successfully. But it is very occasional and there is no...

@qzhuyan The handshake was successful because I gradually increased the amount of data from small to large. Everything was normal at the beginning, but when the packet size reached a...

I tend to think it's an internal problem of nanomq, because if it's a problem with quic, I should be able to capture abnormal quic data packets through tcpdump, right?

@qzhuyan emqtt bench result: ``` ./emqtt_bench pub --quic true -p 14567 -c 1 -s 2000 -t test -h xxxxxxxxxxx Start with 1 workers, addrs pool size: 1 and req interval:...

> If nano is the one to be blamed, then why it works fine on another interface? Also We have other Customer test on large video files via quic. There...

@JaylinYu Everything is normal in version 0.22.10, and this problem does not occur

Can I close multi-stream feature from configuration file?

Can an option be added to decide whether to reconnect automatically?