Module: IPAccess::Patches

Defined in:
lib/ipaccess/patches/generic.rb,
lib/ipaccess/patches/sockets.rb

Overview

This modules contain patches for Ruby socket classes in order to enable IP access control for them.

This module patches socket handling classes to use IP access control. Each patched socket class has acl member, which is an IPAccess::Set object.

Defined Under Namespace

Modules: ACL, Net, SOCKSocket, Socket, TCPServer, TCPSocket, UDPSocket