aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-06-14 14:12:05 +0000
committerChristian Grothoff <christian@grothoff.org>2011-06-14 14:12:05 +0000
commit9a7256d54f6f31ca213ab7696539ffd825c2ff6b (patch)
tree77811ef437af9a341405dbffe35ea83c1e4a402a /ChangeLog
parente98cf757c91d62ade299e8c2ef138bd70ebd3fa6 (diff)
downloadgnunet-9a7256d54f6f31ca213ab7696539ffd825c2ff6b.tar.gz
gnunet-9a7256d54f6f31ca213ab7696539ffd825c2ff6b.zip
fix
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 898ed3568..76b1a53c0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,14 +4,14 @@
4 4
5 * FS still has a few missing features, but largely works 5 * FS still has a few missing features, but largely works
6 * DATASTORE is O(n) where it should be O(log n) for some operations 6 * DATASTORE is O(n) where it should be O(log n) for some operations
7 * UDP does not work (only messages < 1500 bytes, no fragmentation) 7 * TRANSPORT-UDP does not work (only messages < 1500 bytes, no fragmentation)
8 * TESTING does not support incremental HELLO changes 8 * TESTING does not support incremental HELLO changes
9 * TRANSPORT ATS is not used for actual bandwidth assignment, 9 * TRANSPORT ATS is not used for actual bandwidth assignment,
10 important options to make it truly useful are still missing 10 important options to make it truly useful are still missing
11 * NAT traversal partially works for TCP (ICMP-based method only) 11 * NAT traversal partially works for TCP (ICMP-based method only)
12 * MESH does not work (mock API emulates for VPN) 12 * MESH does not work (mock API emulates for VPN)
13 * VPN is experimental 13 * VPN is experimental
14 * WLAN is experimental 14 * TRANSPORT-WLAN is experimental
15 * CHAT is experimental, has known bugs and was not reviewed yet 15 * CHAT is experimental, has known bugs and was not reviewed yet
16 * MONKEY is highly experimental 16 * MONKEY is highly experimental
17 * FRAGMENTATION library is not implemented 17 * FRAGMENTATION library is not implemented