From 18916fef3a2825469af0cd7a86f1e088809ddcaa Mon Sep 17 00:00:00 2001 From: Sven Robertz <sven@cs.lth.se> Date: Thu, 15 Dec 2011 15:36:07 +0100 Subject: [PATCH] updated README --- examples/simple/datagram/README | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/simple/datagram/README b/examples/simple/datagram/README index ee1860c..0f0234b 100644 --- a/examples/simple/datagram/README +++ b/examples/simple/datagram/README @@ -8,3 +8,5 @@ udp_decoder.c : d:o thr_example.c : the samei over a raw ethernet datagram protocol, in one file,and parameterized to take the ethernet interface to use and the destination to send to as command line parameters + +thr_example2.c: similar, but bidirectional. The "server" opens a new channel and responds when receiving TwoInts -- GitLab