Revision 85d29bf5
Added by Stephen Beaver over 9 years ago
src/usr/local/www/diag_sockets.php | ||
---|---|---|
148 | 148 |
'<dt>ADDRESS</dt> <dd>(UNIX sockets only) For bound sockets, this is the file-name of the socket. For other sockets, it is the name, PID and file descriptor number of the peer, or "(none)" if the socket is neither bound nor connected.</dd>' . |
149 | 149 |
'<dt>LOCAL ADDRESS</dt> <dd>(Internet sockets only) The address the local end of the socket is bound to (see getsockname(2)).</dd>' . |
150 | 150 |
'<dt>FOREIGN ADDRESS</dt><dd>(Internet sockets only) The address the foreign end of the socket is bound to (see getpeername(2)).</dd>' . |
151 |
'</dl>'), 'info'); |
|
151 |
'</dl>'), 'info', false);
|
|
152 | 152 |
?> |
153 | 153 |
</div> |
154 | 154 |
</div> |
Also available in: Unified diff
Allow thee use of multiple infoblock on a page