chiark
/
gitweb
/
~mdw
/
adns
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
63b7033892a2b5e38faf93109f07bc911556948e
[adns]
/
src
/
reply.c
1
/**/
2
3
#include "internal.h"
4
5
void 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
}