Changeset 508:1129ff87dd1e in roaraudio for include/libroar/socket.h


Ignore:
Timestamp:
08/15/08 00:40:31 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added DECnet listen support, introused -n/--decnet to roard, added woraround to Linux DECnet stack bugs on streams and added some helpfull DECnet macros, puh...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/socket.h

    r502 r508  
    3636int roar_socket_new_udp    (void); 
    3737int roar_socket_new_unix   (void); 
     38int roar_socket_new_decnet_seqpacket (void); 
     39int roar_socket_new_decnet_stream (void); 
     40 
    3841int roar_socket_open       (int mode, int type, char * host, int port); 
    3942int roar_socket_open_fork  (int mode, char * host, int port); 
    4043int roar_socket_open_file  (int mode, char * host, int port); 
    4144int roar_socket_open_proxy (int mode, int type, char * host, int port, char * proxy_type); 
     45 
     46int roar_socket_listen_decnet (char * object, int num); 
    4247 
    4348int roar_socket_nonblock(int fh, int state); 
Note: See TracChangeset for help on using the changeset viewer.