On 7/27/16 3:03 PM, Tom Herbert wrote:
diff --git a/net/strparser/strparser.c b/net/strparser/strparser.c
new file mode 100644
index 000..d7aec13
--- /dev/null
+++ b/net/strparser/strparser.c
@@ -0,0 +1,492 @@
missing copyright header?
+#include
+#include
+#include
+#include
+#include
This patch introduces a utility for parsing application layer protocol
messages in a TCP stream. This is a generalization of the mechanism
implemented of Kernel Connection Multiplexor.
The API includes a context structure, a set of callbacks, utility
functions, and a data ready function.
A stream