Tips: YoMo/QUIC Server Performance Tuning #314
Unanswered
fanweixiao
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
all because of QUIC is over UDP, so there is some necessary tunings before host YoMo or QUIC services
Step 1:
/etc/sysctl.conf
then
sudo sysctl -p
Step 2: Packets drop
cat /proc/net/snmp | grep -w Udp|column -t
Check
InErrors
,RcvbufErrors
,SndbufError
Beta Was this translation helpful? Give feedback.
All reactions