Something went wrong on our end
-
Brutzman, Don authored
Conflicts: nbproject/project.xml
Brutzman, Don authoredConflicts: nbproject/project.xml
TcpExample3TerminalLog.txt 1.34 KiB
Invocation instructions:
* run/debug TcpExample3Server.java
* run/debug TcpExample3Client.java
Program responses:
===================================================
run:
TcpExample3Server has started...
TcpExample3Server socket pair: (( /0:0:0:0:0:0:0:1, 2317 ), ( /0:0:0:0:0:0:0:1, 49239 ))
TcpExample3Server socket pair: (( /0:0:0:0:0:0:0:1, 2317 ), ( /0:0:0:0:0:0:0:1, 49240 ))
TcpExample3Server socket pair: (( /0:0:0:0:0:0:0:1, 2317 ), ( /0:0:0:0:0:0:0:1, 49241 ))
[etc.]
[kill process to exit]
===================================================
run:
TcpExample3Client creating socket...
==================================================
Now we're talking!
The message the server sent was This was written by the server
TcpExample3Client creating socket...
==================================================
Now we're talking!
The message the server sent was This was written by the server
TcpExample3Client creating socket...
==================================================
Now we're talking!
The message the server sent was This was written by the server
TcpExample3Client creating socket...
==================================================
[etc.]
You must kill this process to get it to stop, each is in an infinite loop.
If you kill the server, that will kill the client automatically when the connection drops.