Replies: 2 comments
-
I'm not seeing this error, are you sure you have the latest version of aioquic installed? This looks like a version mismatch between |
Beta Was this translation helpful? Give feedback.
0 replies
-
@jlaine Thank you! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to follow the examples provided under aioquic/examples but , on running the http3 server using the command
python3 examples/http3_server.py --certificate tests/ssl_cert.pem --private-key tests/ssl_key.pem
the following error is appearing
Traceback (most recent call last): File "/home/ar_ag/mininet/aioquic/examples/http3_server.py", line 550, in <module> default=defaults.max_datagram_size, AttributeError: 'QuicConfiguration' object has no attribute 'max_datagram_size'. Did you mean: 'max_datagram_frame_size'?
Beta Was this translation helpful? Give feedback.
All reactions