Changes between Initial Version and Version 5 of Ticket #188


Ignore:
Timestamp:
11/24/11 21:00:45 (12 years ago)
Author:
ph3-der-loewe
Comment:

Added some more vars to the connection object.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #188

    • Property Owner set to ph3-der-loewe
    • Property Status changed from new to assigned
    • Property Summary changed from connect object needs to be upgraded to connection object needs to be upgraded
  • Ticket #188 – Description

    initial v5  
    1010||cb_userdata ||void *                ||Some user data to be passed to the callback function || 
    1111||cb          ||void (*)(struct roar_connection * con, struct roar_message * mes, void * data, void * userdata) ||The callback function used for notify and other asynchron messages || 
     12||server_stds ||struct roar_stds * ||The list of standards as supported by the server || 
     13||server_name ||const char * ||Server name || 
    1214 
    1315The following flags should be defined: 
     
    1921||SUPPORT_V2 ||0x00000008 ||ok, mandatory if con.version == 2 ||Both peers support the Version 2 protocol || 
    2022||SUPPORT_EF ||0x00000010 ||new       ||Both peers support error frames || 
     23||FREESELF   ||0x00000020 ||new       ||Free the connection object ||