mirror of
https://github.com/bgp/bgpq4.git
synced 2024-05-11 05:55:05 +00:00
9 lines
167 B
C
9 lines
167 B
C
#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
|
|
|