From: Antonio Ospite Date: Wed, 14 Nov 2012 11:08:07 +0000 (+0100) Subject: am7xxx: add a note on the symmetry of read_header() and send_header() X-Git-Tag: v0.1.3~9 X-Git-Url: https://git.ao2.it/libam7xxx.git/commitdiff_plain/2c897cad505d3ba27723dcff7252ff123d90ab53?hp=2c897cad505d3ba27723dcff7252ff123d90ab53 am7xxx: add a note on the symmetry of read_header() and send_header() In read_header we do: 1. read data 2. unserialize header 3. validity check 4. dump header In send_header: 1. dump header 2. validity check (we skip it, actually) 3. serialize header 4. send data ---