Dash Core  0.12.2.1
P2P Digital Currency
test_framework.socks5 Namespace Reference

Classes

class  AddressType
 
class  Command
 Protocol constants. More...
 
class  Socks5Command
 
class  Socks5Configuration
 Implementation classes. More...
 
class  Socks5Connection
 
class  Socks5Server
 

Functions

def recvall (s, n)
 

Function Documentation

◆ recvall()

def test_framework.socks5.recvall (   s,
  n 
)
Receive n bytes from a socket, or fail

Definition at line 21 of file socks5.py.

Referenced by test_framework.socks5.Socks5Connection.handle().