mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-12 16:10:57 +00:00
fix: process packets received and send to quic
This commit is contained in:
@ -440,7 +440,8 @@ class QUICTLSConfigManager:
|
||||
"private_key": self.tls_config.private_key,
|
||||
"certificate_chain": [],
|
||||
"alpn_protocols": ["libp2p"],
|
||||
"verify_mode": True,
|
||||
"verify_mode": False,
|
||||
"check_hostname": False,
|
||||
}
|
||||
return config
|
||||
|
||||
@ -458,7 +459,8 @@ class QUICTLSConfigManager:
|
||||
"private_key": self.tls_config.private_key,
|
||||
"certificate_chain": [],
|
||||
"alpn_protocols": ["libp2p"],
|
||||
"verify_mode": True,
|
||||
"verify_mode": False,
|
||||
"check_hostname": False,
|
||||
}
|
||||
return config
|
||||
|
||||
|
||||
Reference in New Issue
Block a user