Changes between Version 4 and Version 6 of Ticket #257


Ignore:
Timestamp:
07/13/12 03:38:36 (12 years ago)
Author:
ph3-der-loewe
Comment:

added protocol instance parameters.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #257

    • Property Parent Tickets changed from 256 to 256, 261
  • Ticket #257 – Description

    v4 v6  
    3636||obuffer     ||struct roar_buffer ** ||The Output buffer (see above) || 
    3737||userdata    ||void **               ||Pointer for the protocol to store per-client private data|| 
     38||para        ||const struct roar_keyval * ||Parameter array passed to the protocol. This is per listen socket. Can be NULL. || 
     39||paralen     ||ssize_t               ||This is the length of para. Is -1 if para is NULL. Can be -1 if para is not NULL (in this case para ends with a key set to NULL). || 
    3840 
    3941When the client is forcefully disconnected by the protocol and obuffer is not NULL it is undefined whether the data is flushed to the client or just discarded.