summaryrefslogtreecommitdiff
path: root/src/dgram/dgram_link.c
AgeCommit message (Collapse)Author
13 dayslink: Add NULL checksIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
13 dayslink: Introduce squeaking (peer discovery)Ian Moffett
A machine may decide to squeak at another machine, those who are listening shall squeak back to announce their presence on the wire. Signed-off-by: Ian Moffett <ian@osmora.org>
13 dayslink: Add TX function indirection for scalabilityIan Moffett
Introduce a seperate dgram_do_send() function to improve the scalability of how we handle packet TX Signed-off-by: Ian Moffett <ian@osmora.org>
13 daysdgram: Remove test includeIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
13 daysdgram: Verify CRC32 checksum upon RXIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
13 daysdgram: Add support for data receptionIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
13 daysdgram: Allow specification of dest hwaddrIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
14 daysdgram: Add datagram send interfaceIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>