# File lib/drb/unix.rb, line 97
    def accept
      s = @socket.accept
      self.class.new(nil, s, @config)
    end