# File lib/rumai/ixp/transport.rb, line 185
        def close
          unless @closed
            @agent.clunk @fid
            @closed = true
          end
        end