int dm_tcp_host_setup

( const char* programname,
  const char* port_name,
  void* handle_incoming_function )

Set up a Internet daemon listening to TCP streams.

Documentation

Set up a Internet daemon listening to TCP streams. Returns 1 on error. dm_handle_incoming_params is passed to the callback function.
Parameters:
programname - Name of program (used in error message)
port_name - port number to listen
handle_incoming_function - The callback function

Alphabetic index



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