[ds6-devel] nc6 TODO,1.5,1.6 configure.ac,1.6,1.7
chris@deepspace6.net
chris@deepspace6.net
Sat Dec 28 20:54:24 2002
- Previous message: [ds6-devel] nc6/src main.c,1.8,1.9 network.c,1.18,1.19
- Next message: [ds6-devel] nc6/src connection.c,1.7,1.8 connection.h,1.3,1.4
io_stream.c,1.6,1.7 misc.c,1.9,1.10 misc.h,1.10,1.11
network.c,1.19,1.20 parser.c,1.14,1.15
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvs/nc6
Modified Files:
TODO configure.ac
Log Message:
Added timeout support for connects/accepts (only simple testing done).
Added a "-t sec" option to enable it.
Index: TODO
===================================================================
RCS file: /cvs/nc6/TODO,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- TODO 28 Nov 2002 20:24:48 -0000 1.5
+++ TODO 28 Dec 2002 20:54:22 -0000 1.6
@@ -3,14 +3,12 @@
small hacks/bugfixes that _MUST_ be done before final release 0.2.0:
-- add timeouts for accept and connect
- update the man page:
describe udp listen mode
describe optimizations for file transfers
- review parser.c:
check flag query function
add long options support
-- review the _WHOLE_ source code
big features to be added in the next releases:
Index: configure.ac
===================================================================
RCS file: /cvs/nc6/configure.ac,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- configure.ac 26 Dec 2002 17:10:42 -0000 1.6
+++ configure.ac 28 Dec 2002 20:54:22 -0000 1.7
@@ -107,7 +107,7 @@
AC_FUNC_VPRINTF
AC_CHECK_FUNCS(
- [gettimeofday memset select socket strerror strrchr strtol signal fcntl getaddrinfo freeaddrinfo gai_strerror getnameinfo],,
+ [gettimeofday memset select socket getsockopt strerror strrchr strtol signal fcntl getaddrinfo freeaddrinfo gai_strerror getnameinfo],,
[AC_MSG_ERROR([Missing functions required to compile nc6])]
)
- Previous message: [ds6-devel] nc6/src main.c,1.8,1.9 network.c,1.18,1.19
- Next message: [ds6-devel] nc6/src connection.c,1.7,1.8 connection.h,1.3,1.4
io_stream.c,1.6,1.7 misc.c,1.9,1.10 misc.h,1.10,1.11
network.c,1.19,1.20 parser.c,1.14,1.15
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the ds6-devel
mailing list