From 3b72e73b00460a62660a19e088cf42c642fa9c3b Mon Sep 17 00:00:00 2001 From: Christopher Bohn <bohn@unl.edu> Date: Fri, 9 Aug 2019 20:45:53 -0500 Subject: [PATCH] updated README.md to clarify that only one socket is created --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ec39517..0a07ee5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # Socket Chat -Socket Chat is a simple 2-way chat program, essentially a bi-directional echo server/client. It is remarkably -non-robust, as its sole purpose is to demonstrate the use of Java sockets. \ No newline at end of file +Socket Chat is a simple 2-way chat program, essentially a bi-directional echo +server/client. Only one socket is set up, so only two chatters are possible. +It is remarkably non-robust, as its sole purpose is to demonstrate the use of +Java sockets. -- GitLab