20 Feb
2022
20 Feb
'22
5:07 a.m.
-> the server.peers.PeerManager._verify_peer() method I'm thinking of adding ssl checking to takes both a 'session' object and a 'peer' object. The 'session' object is returned from asyncio, and is the live connection. The 'peer' object stores the address information and other metadata regarding the peer. So, can I get a transport from a session object? Or do I need to add something outside this function?