# File lib/nanite/packets.rb, line 71
    def initialize(token, meta, size=nil)
      @token = token
      @meta  = meta
      @size = size
    end