fix ifdef
This commit is contained in:
@@ -1271,7 +1271,7 @@ dataconn(const char *name, off_t size, const char *mode)
|
|||||||
}
|
}
|
||||||
close(pdata);
|
close(pdata);
|
||||||
pdata = s;
|
pdata = s;
|
||||||
#if defined(IP_TOS)
|
#if defined(IPTOS_THROUGHPUT)
|
||||||
if (from->sa_family == AF_INET)
|
if (from->sa_family == AF_INET)
|
||||||
socket_set_tos(s, IPTOS_THROUGHPUT);
|
socket_set_tos(s, IPTOS_THROUGHPUT);
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user