File: sx_maxsockbuf.h

package info (click to toggle)
bgpq4 0.0.6-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 352 kB
  • sloc: ansic: 5,793; sh: 30; makefile: 19
file content (8 lines) | stat: -rw-r--r-- 167 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
#ifndef SX_MAXSOCKBUF_H_
#define SX_MAXSOCKBUF_H_

/* s - number of opened socket, dir is either SO_SNDBUF or SO_RCVBUF */
int sx_maxsockbuf(int s, int dir);

#endif