chiark
/
gitweb
/
~mdw
/
adns
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Retransmission and timeout work now !
[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
}