class Net::SSH::Transport::Session
def push(packet)
#poll_message will return packets from the queue in the order they
Adds the given packet to the packet queue. If the queue is non-empty,
def push(packet) @queue.push(packet) end
def push(packet) @queue.push(packet) end