X-Git-Url: https://git.distorted.org.uk/~mdw/tripe/blobdiff_plain/cb160b861b8b4f5798eb669f72bd8430eff05009..de8edc7fdb0a26ca9cb736a49b020a64ee4a0d40:/server/peer.c?ds=inline 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++;