Update readme

This commit is contained in:
Miek Gieben 2013-05-05 21:59:43 +02:00
parent 9a80799666
commit 7710e3ff81
1 changed files with 2 additions and 2 deletions

View File

@ -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;