Changes between Version 2 and Version 3 of Specs/Command/CON_STREAM


Ignore:
Timestamp:
06/30/14 19:33:40 (10 years ago)
Author:
ph3-der-loewe
Comment:

+ addresses

Legend:

Unmodified
Added
Removed
Modified
  • Specs/Command/CON_STREAM

    v2 v3  
    2121||10        ||string        ||Address (Socket type specific)                        || 
    2222||...       ||string        ||Transport Protocol setup                              || 
     23 
     24==== Socket Address ==== 
     25||= Socket Type =||= Address Length =||= Address Content       =||= Comment =|| 
     26||UNIX           ||var.              ||Subtype, Path of Socket  ||           || 
     27||FILE           ||var.              ||Filename. Must start with / ||This type may not be supported by the server for security reasons. || 
     28||DECNET         ||var               ||Node address, object number, object name length, object name || || 
     29||TCP4, UDP4     ||6                 ||IPv4 address and Port    ||           || 
     30||TCP6, UDP6     ||18                ||IPv6 address and Port    ||           || 
     31||NONE, FORK, GENSTR ||N/A           ||N/A                      ||Those types must not be used to open a socket. || 
     32||IPXSPX, IPX, LAT_SERVICE, LAT_REVERSE_PORT ||N/A ||N/A ||Not yet specified. ||