mirror of
https://github.com/simh/simh.git
synced 2026-02-27 01:00:07 +00:00
Added connection destination display to connection status even when a connection has not yet been established.
This commit is contained in:
@@ -3442,6 +3442,9 @@ if ((lp->sock) || (lp->connecting)) { /* tcp connection? */
|
||||
else /* incoming connection */
|
||||
fprintf (st, "Connection from IP address %s\n", lp->ipad);
|
||||
}
|
||||
else
|
||||
if (lp->destination) /* remote connection? */
|
||||
fprintf (st, "Connecting to remote port %s\n", lp->destination);/* print port name */
|
||||
if (lp->sock) {
|
||||
char *sockname, *peername;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user