module IO::Endpoint

def self.file_descriptor_limit

def self.file_descriptor_limit
	Process.getrlimit(Process::RLIMIT_NOFILE).first
end