From 73885f42bfe135459377da8df4b9626ddb478373 Mon Sep 17 00:00:00 2001 From: avleen Date: Thu, 20 Dec 2012 20:45:35 -0600 Subject: [PATCH] Update README.md Adding known issue: no binary protocol support. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index da81e36..633da45 100644 --- a/README.md +++ b/README.md @@ -73,3 +73,5 @@ The following details are displayed in the status bar ### ruby-pcap drops packets at high volume from my testing the ruby-pcap native interface to libpcap struggles to keep up with high packet rates (in what we see on a production memcache instance) you can keep an eye on the packets recv/drop and loss percentage on the status bar at the bottom of the UI to get an idea of the packet +### No binary protocol support +There is currently no support for the binary protocol. However, if someone is using it and would like to submit a patch, it would be welcome.