Follow-up Comment #4, patch #3698 (project freeciv):

My new understanding: Packets without a key will use the previous packet of
the same kind. Packets with one key will use the previous packet of the same
kind that had the same key. Packets with two keys will use the previous packet
of the same kind that has the same value when the keys are combined taking the
first byte of key1 followed by the rest of key1 xor'ed with key2. If no
previous packet following those conditions exist it will use zero. Is this
correct?

    _______________________________________________________

Reply to this item at:

  <http://gna.org/patch/?3698>

_______________________________________________
  Message sent via/by Gna!
  http://gna.org/


_______________________________________________
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev

Reply via email to