Windows Sockets 1.1应用实例(九十九)

2010-12-30 20:58:11 · 作者: · 浏览: 63055
bsp;   /* variables to hold read timing  */

    long total_time = 0L;            /* variable to hold delta t    */

    long write_count = 0L;        /* number of times            */

    long tmp = 0L;                    /* holds count for bytes written */

    long ltemp = 0L;

    int i_temp;

    extern int run_cancelled;

   

    struct      sockaddr_in dest;  /* Destination machine address structure */

   

    /* What makes shout unique is that it generates data*

     * in memory (as opposed to accessing the disk).       *