Module Rex::IO::DatagramAbstraction
In: lib/rex/io/datagram_abstraction.rb

This class provides an abstraction to a datagram based connection through the use of a datagram socketpair.

Methods

Attributes

lsock  [R]  The left side of the stream (local)
rsock  [R]  The right side of the stream (remote)

Public Instance methods

Creates a streaming socket pair

[Validate]