FACT++  1.0
int dim_set_read_buffer_size ( int  size)

Definition at line 176 of file tcpip.c.

References Read_buffer_size, size, TCP_RCV_BUF_SIZE, and Tcpip_max_io_data_read.

Referenced by main().

177 {
178  if(size >= TCP_RCV_BUF_SIZE)
179  {
182  return(1);
183  }
184  return(0);
185 }
#define TCP_RCV_BUF_SIZE
Definition: dim.h:165
int size
Definition: db_dim_server.c:17
int Tcpip_max_io_data_read
Definition: tcpip.c:111
static int Read_buffer_size
Definition: tcpip.c:108

+ Here is the caller graph for this function: