Mercurial > noffle
comparison TODO @ 292:b1d5c55b76f6 noffle
[svn] * Add TODO item 'retry lost connections'.
author | bears |
---|---|
date | Tue, 28 Jan 2003 11:38:58 +0000 |
parents | f35a7d45efd5 |
children | 62cdb3113115 |
comparison
equal
deleted
inserted
replaced
291:bf200dccbce5 | 292:b1d5c55b76f6 |
---|---|
37 does not send data for a longer time. | 37 does not send data for a longer time. |
38 | 38 |
39 * Implement simple filter using popen or fifos. | 39 * Implement simple filter using popen or fifos. |
40 | 40 |
41 * Improve speed of online mode: Keep connection to server open for a while | 41 * Improve speed of online mode: Keep connection to server open for a while |
42 | |
43 * Automatically retry NNTP transactions that fail due to lost connection/ | |
44 timeout up to a configurable threshold number of times before passing | |
45 the failure on. This to cope with servers with short timeouts on | |
46 networks with highly variable and significant latencies. | |
42 | 47 |
43 * Check all in | 48 * Check all in |
44 http://mars.superlink.net/user/tal/writings/news-software-authors.html | 49 http://mars.superlink.net/user/tal/writings/news-software-authors.html |
45 (Use NOV library? Use inews for validating posted articles? ... ) | 50 (Use NOV library? Use inews for validating posted articles? ... ) |
46 | 51 |