This class provides an abstraction to a datagram based connection through the use of a datagram socketpair.
The left side of the stream (local)
The right side of the stream (remote)
Creates a streaming socket pair
# File lib/rex/io/datagram_abstraction.rb, line 18 def initialize_abstraction self.lsock, self.rsock = Rex::Socket.udp_socket_pair() end
[Validate]
Generated with the Darkfish Rdoc Generator 2.