Explorar o código

Merge pull request #717 from overheat/reversed_udp_readme

fix reversed udp server example in README
Dario Nieuwenhuis %!s(int64=2) %!d(string=hai) anos
pai
achega
df6d09c32b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -391,7 +391,7 @@ It responds to:
 
   * pings (`ping 192.168.69.1`);
   * UDP packets on port 6969 (`socat stdio udp4-connect:192.168.69.1:6969 <<<"abcdefg"`),
-    where it will respond "hello" to any incoming packet;
+    where it will respond with reversed chunks of the input indefinitely;
   * TCP connections on port 6969 (`socat stdio tcp4-connect:192.168.69.1:6969`),
     where it will respond "hello" to any incoming connection and immediately close it;
   * TCP connections on port 6970 (`socat stdio tcp4-connect:192.168.69.1:6970 <<<"abcdefg"`),