X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/tripe/blobdiff_plain/a305982ded78dab4d75bea965e771c182c7ed067..f4c9c08fb4a558d880d183b65a12de3770c3860b:/server/peer.c diff --git a/server/peer.c b/server/peer.c index 06dd33db..57891e7b 100644 --- a/server/peer.c +++ b/server/peer.c @@ -313,7 +313,7 @@ static void p_read(int fd, unsigned mode, void *v) /* --- Read the data --- */ - TIMER; + QUICKRAND; sz = sizeof(addr); n = recvfrom(fd, buf_i, sizeof(buf_i), 0, &a.sa, &sz); if (n < 0) { @@ -658,7 +658,7 @@ void p_tun(peer *p, buf *b) { buf *bb = p_txstart(p, MSG_PACKET); - TIMER; + QUICKRAND; p_encrypt(p, MSG_PACKET, b, bb); if (BOK(bb) && BLEN(bb)) { p->st.n_ipout++;