Changes between Version 1 and Version 3 of Ticket #257


Ignore:
Timestamp:
07/12/12 00:12:34 (12 years ago)
Author:
ph3-der-loewe
Comment:

some more ideas

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #257 – Description

    v1 v3  
     1== Task == 
    12There should be a common interface for protocol registrations. 
    23This is useful for plugins providing host independent services via network and as general cleanup to have a more standardized interface for the applications currently providing plugin loadable protocols. 
     
    4142 
    4243=== The Client status type === 
    43 This type has to be defined. 
     44This should be an integer type used to store flags. 
     45* data can be read from client (rx ready) 
     46* data can be send to the client (tx ready) 
     47 
     48Callbacks may be called even if the status callback would return that the client is not ready for the given operation. The callback have to return without doing something. The callback must return without error or setting the error value correctly for the situation (e.g. ROAR_ERROR_AGAIN).