FACT++  1.0
int dim_set_write_buffer_size ( int  size)

Definition at line 160 of file tcpip.c.

References size, TCP_SND_BUF_SIZE, Tcpip_max_io_data_write, and Write_buffer_size.

Referenced by main().

161 {
162  if(size >= TCP_SND_BUF_SIZE)
163  {
166  return(1);
167  }
168  return(0);
169 }
#define TCP_SND_BUF_SIZE
Definition: dim.h:166
int Tcpip_max_io_data_write
Definition: tcpip.c:110
int size
Definition: db_dim_server.c:17
static int Write_buffer_size
Definition: tcpip.c:107

+ Here is the caller graph for this function: