Changeset 1378:c719f2acf68a in roaraudio for libroar/file.c


Ignore:
Timestamp:
03/25/09 13:39:13 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

only set TCP options if we have IPv4 supprort enabled

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/file.c

    r1315 r1378  
    8989 int len; 
    9090 char buf[BUFSIZE]; 
    91 #ifdef __linux__ 
     91#if defined(__linux__) && defined(ROAR_HAVE_IPV4) 
    9292 int cork_new = 1, cork_old; 
    9393 socklen_t cork_len = sizeof(int); 
Note: See TracChangeset for help on using the changeset viewer.