summaryrefslogtreecommitdiff
path: root/src/dgram/dgram_subr.c
AgeCommit message (Collapse)Author
13 daysdgram: Put CRC32 at the end of the datagram hdrIan Moffett
This makes it easier to compute the checksum as we can simply subtract from the length of the header Signed-off-by: Ian Moffett <ian@osmora.org>
14 daysdgram: Add datagram layerIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>