enum SOCKS::Frames::CommandFlag

Defined in:

socks/frames.cr

Enum Members

TCPConnection = 1_u8
TCPBinding = 2_u8
AssociateUDP = 3_u8

Instance Method Summary

Instance Method Detail

def associate_udp? #

[View source]
def tcp_binding? #

[View source]
def tcp_connection? #

[View source]