From 7710e3ff812561d889140318bfc54dce59bb36bb Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Sun, 5 May 2013 21:59:43 +0200 Subject: [PATCH] Update readme --- README.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index e525d4b1..0859bfff 100644 --- a/README.markdown +++ b/README.markdown @@ -33,8 +33,8 @@ A not-so-up-to-date-list-that-may-be-actually-current: * UDP/TCP queries, IPv4 and IPv6; * RFC 1035 zone file parsing ($INCLUDE, $ORIGIN, $TTL and $GENERATE [for all record types] are supported); -* Fast: - * Reply speed around ~ 50K qps (faster hardware results in more qps); +* Fast: + * Reply speed around ~ 80K qps (faster hardware results in more qps); * Parsing RRs with ~ 100K RR/s, that's 5M records in about 50 seconds; * Server side programming (mimicking the net/http package); * Client side programming;