Changeset 230:91c2eef7ce7c in roaraudio


Ignore:
Timestamp:
07/24/08 15:05:41 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added alias ROAR_SOCKET_TYPE_TCP to ROAR_SOCKET_TYPE_INET as *_TCP seems to be more logical because where may be some UDP support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/socket.h

    r81 r230  
    1212#define ROAR_SOCKET_TYPE_UNKNOWN ROAR_SOCKET_TYPE_NONE 
    1313#define ROAR_SOCKET_TYPE_INET 1 
     14#define ROAR_SOCKET_TYPE_TCP  ROAR_SOCKET_TYPE_INET 
    1415#define ROAR_SOCKET_TYPE_UNIX 2 
    1516#define ROAR_SOCKET_TYPE_FORK 3 
Note: See TracChangeset for help on using the changeset viewer.