Subversion Repositories shark

Compare Revisions

Regard whitespace Rev 1191 → Rev 1179

/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.1 2002-10-28 08:10:11 pj 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);
/* OK: let's start the NetLib! */
if (net_init(&m) == 1) {
cprintf("udptrace: Net Init OK...\n");