summaryrefslogtreecommitdiff
path: root/corking.h
blob: fb4483cbea5fe9faa70276523a3797a1bcfa3d11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef CORKING_H
#define CORKING_H

#include <stdbool.h>

extern void set_tcp_cork(int fd);
extern void set_tcp_uncork(int fd);
extern void set_udp_cork(int fd);
extern void set_udp_uncork(int fd);
extern void set_sock_cork(int fd, bool is_udp);
extern void set_sock_uncork(int fd, bool is_udp);

#endif /* CORKING_H */
/td>
authorJoe Lawrence <joe.lawrence@redhat.com>2016-08-09 14:01:30 -0400
committerJens Axboe <axboe@fb.com>2016-08-11 09:37:23 -0600
commit005411ea7ee776a56b1e0120a31c65efdee5cab1 (patch)
tree8e9a7f2da028926e27ee8544cd7b1e7d66bf0c40 /Documentation
parentc21377f8366c95440d533edbe47d070f662c62ef (diff)
doc: update block/queue-sysfs.txt entries
Add descriptions for dax, io_poll, and write_same_max_bytes files. Signed-off-by: Joe Lawrence <joe.lawrence@redhat.com> Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'Documentation')