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


Ignore:
Timestamp:
07/01/14 08:41:32 (10 years ago)
Author:
ph3-der-loewe
Comment:

+ client setup

Legend:

Unmodified
Added
Removed
Modified
  • Specs/Command/CON_STREAM

    v3 v4  
    1717||2         ||uint16        ||Flags                                                 || 
    1818||4         ||uint16        ||Transport Protocol ID                                 || 
    19 ||6         ||uint16        ||Length of Socket type specific address                || 
    20 ||8         ||uint16        ||Length of Transport Protocol specific setup           || 
    21 ||10        ||string        ||Address (Socket type specific)                        || 
     19||6         ||uint16        ||Length of Client Setup                                || 
     20||8         ||uint16        ||Length of Socket type specific address                || 
     21||10        ||uint16        ||Length of Transport Protocol specific setup           || 
     22||12        ||string        ||Client setup                                          || 
     23||...       ||string        ||Address (Socket type specific)                        || 
    2224||...       ||string        ||Transport Protocol setup                              || 
     25 
     26==== Client Setup ==== 
     27If Client setup data is given the size MUST be 6 and the data MUST have the following format: 
     28||= Offset =||= Size/Type  =||= Meaning                                            =|| 
     29||0         ||uint16        ||Client setup flags                                    || 
     30||2         ||uint16        ||Client protocol                                       || 
     31||4         ||uint16        ||Client byte order                                     || 
    2332 
    2433==== Socket Address ====