Commit Graph

4 Commits

Author SHA1 Message Date
Arthur
1c5ced4fd3 Merge pull request #91 from DavidLin1577/patch-7
Minor optimisation to the tcp_server code
2020-02-15 20:45:45 +08:00
David Lin
25ad91e04f Minor optimisation to the tcp_server code
This is minor optimisation to the tcp_server code:

Note that two lines, one is 'recv(%d) msg from client', the other is 'send mes error',
the second 'mes' should be 'msg', for short. The code is more readable.
2020-02-14 22:23:26 +08:00
David Lin
a36cec2ff1 Minor optimisation to the tcp_client code
This is minor optimisation to the tcp_client code:

Note that two lines, one is 'send mes error', the other is 'recv msg from server', 
the first 'mes' should be 'msg', for short. The code is more readable.
2020-02-14 22:14:48 +08:00
supowang
edb2879617 first commit for opensource
first commit for opensource
2019-09-16 13:19:50 +08:00