home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Black Box 4
/
BlackBox.cdr
/
hamradio
/
nosvw137.arj
/
SOCKET
< prev
next >
Wrap
Text File
|
1991-09-18
|
3KB
|
61 lines
====== NOSview [137]
socket
======
_________________________________________________________________
socket
socket <socket_ref_number>
_________________________________________________________________
Without an argument, the 'socket' command displays all active
local sockets, giving their type, the address of the associated
protocol control block (PCB), remote socket if connected, and the
owner's process ID and name.
>> Example of 'socket' display output:
.............................................................
:S# Type PCB Remote socket Owner :
:128 Loc St 79d00008 79d90008 cmdintrp :
:129 Loc St 79cd0008 79d90008 cmdintrp :
:130 AX25 I 83a70008 81c30008 AX25 listener :
:131 TCP 83c10008 81990008 Echo listener :
:132 TCP 83d00008 816f0008 Discard listener:
:133 TCP 83e20008 813f0008 Telnet listener :
:134 TCP 83f40008 810f0008 FTP listener :
:135 TCP 84060008 80df0008 SMTP listener :
:136 TCP 84150008 80d10008 Finger listener :
:137 UDP 84270008 821f0008 Remote listener :
:138 TCP 84300008 828f0008 TTYlink listener:
:139 NETROM 84420008 82bf0008 NETROM listener :
:140 Loc St 7d160008 835b0008 more :
:141 Loc St 7d130008 835b0008 more :
:142 Loc St 7cea0008 7d340008 ftp :
:143 Loc St 7ce70008 7d340008 ftp :
:144 TCP 7d260008 ns9ken:ftp 7d340008 ftp :
:145 TCP 85c00008 ns9ken:1024 7d1e0008 ftpserv :
:146 Loc St 84b80008 86560008 finger :
:147 Loc St 84b50008 86560008 finger :
:148 TCP 868a0008 ns9bob:finger 86560008 finger :
:149 Loc St 86670008 84ab0008 telnet :
:150 Loc St 86640008 84ab0008 telnet :
:151 TCP 86740008 ns9gwa:telnet 84ab0008 telnet :
:152 Loc St 86870008 869e0008 bbs :
:153 Loc St 86840008 869e0008 bbs :
:154 TCP 86d70008 ns9ken:telnet 869e0008 bbs :
:155 TCP 86cb0008 ns9ken:1027 86c30008 mbox :
:...........................................................:
To get more detailed information about the status of a particular
socket, you can include the socket reference number <S#> in the
socket command.
>> Example: 'socket 154' will produce an output of the form:
..............................................................
:TCP 86d70008 ascii eol seq: 0d 0a :
:Local: ns9ken:1027 Remote: ns9ken:telnet State: Established :
: Init seq Unack Next Re- CW- Thrsh Wind MSS Q Tot:
: sent ind :
:Snd:1aa2c000 1aa2c001 1aa2c001 0 216 65535 216 216 0 0 :
:Rcv:1a993000 1a993026 0 216 0 37 :
:Timer stopped SRTT -35 ms Mean dev 25 ms :
:............................................................: