tf_img_open_net_send

Name

tf_img_open_net_send -- 

Synopsis

int tf_img_open_net_send (char * hostname, int portnum);

Arguments

hostname

portnum

Description

This function takes a hostname and a port number and opens a stream socket connection with the host on that port. To transmit images, this function should be called by the sender (not the receiver).