Changes between Initial Version and Version 1 of Specs/Command/CON_STREAM


Ignore:
Timestamp:
06/30/14 17:57:44 (10 years ago)
Author:
ph3-der-loewe
Comment:

BEGIN{}

Legend:

Unmodified
Added
Removed
Modified
  • Specs/Command/CON_STREAM

    v1 v1  
     1CON_STREAM is a command used to connect a server side stream object to a given IO resource. In contrast to other such commands it is used to connect the stream to a network object (listen socket) on the client side. 
     2 
     3== Data Structure == 
     4=== Version 0 === 
     5||= Offset =||= Size/Type  =||= Meaning                                            =|| 
     6||0         ||uint8         ||Version (Always zero)                                 || 
     7||1         ||uint8         ||Socket Type                                           || 
     8||2         ||uint16        ||Numerical address part (e.g. object or prot number)   || 
     9||4         ||string        ||textual address part (e.g. node number or ip address) ||