[Tinyos-2-commits] CVS: tinyos-2.x/support/sdk/c/sf serialsource.c, 1.4, 1.5
sdhsdh
sdhsdh at users.sourceforge.net
Mon Jan 19 16:28:18 PST 2009
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/support/sdk/c/blip/libtcp Makefile, NONE, 1.1 circ.c, NONE, 1.1 circ.h, NONE, 1.1 tcplib.c, NONE, 1.1 tcplib.h, NONE, 1.1 test_circ.c, NONE, 1.1 test_server.c, NONE, 1.1
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/net/blip ICMP.h, NONE, 1.1 ICMPResponderC.nc, NONE, 1.1 ICMPResponderP.nc, NONE, 1.1 IPAddressC.nc, NONE, 1.1 IPAddressP.nc, NONE, 1.1 IPDispatch.h, NONE, 1.1 IPDispatchC.nc, NONE, 1.1 IPDispatchP.nc, NONE, 1.1 IPRoutingP.nc, NONE, 1.1 PrintfUART.h, NONE, 1.1 TcpC.nc, NONE, 1.1 TcpP.nc, NONE, 1.1 TcpSocketC.nc, NONE, 1.1 UdpC.nc, NONE, 1.1 UdpP.nc, NONE, 1.1 UdpSocketC.nc, NONE, 1.1 table.c, NONE, 1.1 table.h, NONE, 1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/tinyos/tinyos-2.x/support/sdk/c/sf
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv6583/support/sdk/c/sf
Modified Files:
serialsource.c
Log Message:
- initial commit of blip (berkeley low-power ip) stack
Index: serialsource.c
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/support/sdk/c/sf/serialsource.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** serialsource.c 6 Dec 2008 00:04:32 -0000 1.4
--- serialsource.c 20 Jan 2009 00:28:16 -0000 1.5
***************
*** 48,52 ****
BUFSIZE = 256,
MTU = 256,
! ACK_TIMEOUT = 1000000, /* in us */
SYNC_BYTE = SERIAL_HDLC_FLAG_BYTE,
ESCAPE_BYTE = SERIAL_HDLC_CTLESC_BYTE,
--- 48,52 ----
BUFSIZE = 256,
MTU = 256,
! ACK_TIMEOUT = 100000, /* in us */
SYNC_BYTE = SERIAL_HDLC_FLAG_BYTE,
ESCAPE_BYTE = SERIAL_HDLC_CTLESC_BYTE,
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/support/sdk/c/blip/libtcp Makefile, NONE, 1.1 circ.c, NONE, 1.1 circ.h, NONE, 1.1 tcplib.c, NONE, 1.1 tcplib.h, NONE, 1.1 test_circ.c, NONE, 1.1 test_server.c, NONE, 1.1
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/net/blip ICMP.h, NONE, 1.1 ICMPResponderC.nc, NONE, 1.1 ICMPResponderP.nc, NONE, 1.1 IPAddressC.nc, NONE, 1.1 IPAddressP.nc, NONE, 1.1 IPDispatch.h, NONE, 1.1 IPDispatchC.nc, NONE, 1.1 IPDispatchP.nc, NONE, 1.1 IPRoutingP.nc, NONE, 1.1 PrintfUART.h, NONE, 1.1 TcpC.nc, NONE, 1.1 TcpP.nc, NONE, 1.1 TcpSocketC.nc, NONE, 1.1 UdpC.nc, NONE, 1.1 UdpP.nc, NONE, 1.1 UdpSocketC.nc, NONE, 1.1 table.c, NONE, 1.1 table.h, NONE, 1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-2-commits
mailing list