extern struct BP_CONNECTION* tcp_bp_connection_create

(int socket,
  char* mode,
  void (*log)(int,
  int,
  char* ,
  ...),
  struct configobj* appconfig)

Front-end to bp_connection_create.

Documentation

Front-end to bp_connection_create. This creates a BP_CONNECTION from an already connected tcp socket.

Consider using tcp_bp_connect and tcp_bp_listen instead.

Home Alphabetic index



This page was generated with the help of DOC++.