class DRb::DRbUNIXSocket

def accept

def accept
  s = accept_or_shutdown
  return nil unless s
  self.class.new(nil, s, @config)
end