Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1191 → Rev 1193

/demos/trunk/tracer/udp/udptrace.c
36,7 → 36,7
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* CVS : $Id: udptrace.c,v 1.2 2003-10-06 14:56:38 giacomo Exp $
* CVS : $Id: udptrace.c,v 1.3 2003-10-07 09:37:47 giacomo Exp $
*/
 
/*
110,7 → 110,7
/* We want a task for TX mutual exclusion */
net_setmode(m, TXTASK);
/* We use UDP/IP stack */
net_setudpip(m, myipaddr, "0.0.0.0");
net_setudpip(m, myipaddr, "255.255.255.255");
/* OK: let's start the NetLib! */
if (net_init(&m) == 1) {
cprintf("udptrace: Net Init OK...\n");