From 51b3c44b20e608ad79a02c9ad97d17fa874f0d34 Mon Sep 17 00:00:00 2001 From: Matthew Haigh Date: Sun, 15 Oct 2017 11:47:20 -0400 Subject: [PATCH] added style to doc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1da58e3..1f135a9 100644 --- a/README.md +++ b/README.md @@ -745,7 +745,7 @@ Another requirement is to ensure that the listener can reliably shutdown when the `stop()` method is called. For example, make use of connection timeouts to ensure that the listener does not block on some connection for too long. -Listeners that implement the function taste(self, data, dport) will be +Listeners that implement the function `taste(self, data, dport)` will be considered when packets are directed by the Proxy. The function must return a score which indicates the likelihood that the Listener handles the protocol that is contained in the packet.