# File lib/rumai/ixp/message.rb, line 345 def to_9p data = type.to_9p(1) << super size = (data.length + 4).to_9p(4) size << data end