Changeset 5462:4aa873706b47 in roaraudio


Ignore:
Timestamp:
03/31/12 00:25:28 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added new protocols

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • include/roaraudio/client.h

    r5449 r5462  
    5454#define ROAR_PROTO_DAYTIME         18 
    5555#define ROAR_PROTO_GAME            19 /* a game, may be any game */ 
     56#define ROAR_PROTO_TELNET          20 
     57#define ROAR_PROTO_DHCP            21 
     58#define ROAR_PROTO_SSH             22 
     59#define ROAR_PROTO_TIME            23 /* Time protocol, RFC 868 */ 
     60#define ROAR_PROTO_RLOGIN          24 
    5661 
    5762#define ROAR_BYTEORDER_UNKNOWN      0x00 
  • libroar/ctl.c

    r5449 r5462  
    566566 {ROAR_PROTO_DAYTIME,     "daytime"}, 
    567567 {ROAR_PROTO_GAME,        "game"}, 
     568 {ROAR_PROTO_TELNET,      "telnet"}, 
     569 {ROAR_PROTO_DHCP,        "dhcp"}, 
     570 {ROAR_PROTO_SSH,         "ssh"}, 
     571 {ROAR_PROTO_TIME,        "time"}, 
     572 {ROAR_PROTO_RLOGIN,      "rlogin"}, 
    568573 {-1, NULL} 
    569574}; 
Note: See TracChangeset for help on using the changeset viewer.