diff options
Diffstat (limited to 'src/tipideed/stream.c')
| -rw-r--r-- | src/tipideed/stream.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tipideed/stream.c b/src/tipideed/stream.c index 917b0e0..5d368b2 100644 --- a/src/tipideed/stream.c +++ b/src/tipideed/stream.c @@ -109,12 +109,10 @@ void stream_infinite (int fd, char const *fn, uint32_t flags) void cork (int fd) { - socket_tcpdelay(fd) ; } void uncork (int fd) { - socket_tcpnodelay(fd) ; } void stream_fixed (int fd, uint64_t n, char const *fn, uint32_t flags) |
