Retransmission and timeout work now !
[adns] / src / reply.c
CommitLineData
4353a5c4 1/**/
2
3#include "internal.h"
4
5void adns__procdgram(adns_state ads, const byte *dgram, int len, int serv) {
6 /* FIXME do something with incoming datagrams */
7 adns__diag(ads,serv,"received datagram size %d",len);
8}