Changeset 6056:8d4468a24909 in roaraudio


Ignore:
Timestamp:
01/16/15 21:45:11 (9 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added IDs for dynamic protocols. Closes: #265

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ChangeLog

    r6055 r6056  
    1010        * Moved include of <sys/socket.h> around to re-enable build on *BSD (pr1) 
    1111        * Fixed tic-tac-toe plugin, print actual host (pr1) 
    12         * Updated list of protocol IDs (Closes: #369, #264) (pr1) 
     12        * Updated list of protocol IDs (Closes: #369, #264, #265) (pr1) 
    1313 
    1414v. 1.0beta11 - Tue Jan 21 2014 21:04 CET 
  • include/roaraudio/client.h

    r6055 r6056  
    6666#define ROAR_PROTO_SIP             30 /* Session Initiation Protocol */ 
    6767 
     68/* Dynamic defined protocols. 
     69 * Those IDs MUST NOT be used on wire, stored on disk or 
     70 * leave the process any other way. 
     71 */ 
     72#define ROAR_PROTO_DYNAMIC0       208 
     73#define ROAR_PROTO_DYNAMIC1       209 
     74#define ROAR_PROTO_DYNAMIC2       210 
     75#define ROAR_PROTO_DYNAMIC3       211 
     76#define ROAR_PROTO_DYNAMIC4       212 
     77#define ROAR_PROTO_DYNAMIC5       213 
     78#define ROAR_PROTO_DYNAMIC6       214 
     79#define ROAR_PROTO_DYNAMIC7       215 
     80#define ROAR_PROTO_DYNAMIC8       216 
     81#define ROAR_PROTO_DYNAMIC9       217 
     82#define ROAR_PROTO_DYNAMIC10      218 
     83#define ROAR_PROTO_DYNAMIC11      219 
     84#define ROAR_PROTO_DYNAMIC12      220 
     85#define ROAR_PROTO_DYNAMIC13      221 
     86#define ROAR_PROTO_DYNAMIC14      222 
     87#define ROAR_PROTO_DYNAMIC15      223 
     88 
    6889/* User defined protocols. 
    6990 * IDs may be used on wire or stored on disk if meaning of them 
Note: See TracChangeset for help on using the changeset viewer.