jingle/register.h
changeset 76 42b487daee7d
parent 73 6f061c11acfb
child 80 1c2ef2c5debe
equal deleted inserted replaced
75:bd48c89b0a3d 76:42b487daee7d
    27  * With this system, In-Band Bytestreams could have a low priority, SOCKS5
    27  * With this system, In-Band Bytestreams could have a low priority, SOCKS5
    28  * Bytestream a normal priority, and some stream transport method that allow
    28  * Bytestream a normal priority, and some stream transport method that allow
    29  * direct connection would have a high priority, since it would be the fastest.
    29  * direct connection would have a high priority, since it would be the fastest.
    30  */
    30  */
    31 typedef enum {
    31 typedef enum {
       
    32   JINGLE_TRANSPORT_NONE,
    32   JINGLE_TRANSPORT_LOW,
    33   JINGLE_TRANSPORT_LOW,
    33   JINGLE_TRANSPORT_NORMAL,
    34   JINGLE_TRANSPORT_NORMAL,
    34   JINGLE_TRANSPORT_HIGH
    35   JINGLE_TRANSPORT_HIGH
    35 } JingleTransportPriority;
    36 } JingleTransportPriority;
    36 
    37