fixing common off-by-one error with respect to maximum message size
authorChristian Grothoff <christian@grothoff.org>
Fri, 25 Jun 2010 21:08:55 +0000 (21:08 +0000)
committerChristian Grothoff <christian@grothoff.org>
Fri, 25 Jun 2010 21:08:55 +0000 (21:08 +0000)
commit537903a8dc4c3ecf2dfa382af0289ddf890adfc7
tree93e448c15c843861bd5dfe86c7cad3245abedfe7
parent2b61888a0bf1d41b2b25256ca9834c3040551ce9
fixing common off-by-one error with respect to maximum message size
22 files changed:
src/arm/arm_api.c
src/core/gnunet-service-core.c
src/datastore/datastore_api.c
src/dv/gnunet-service-dv.c
src/fs/fs_publish.c
src/fs/gnunet-service-fs_indexing.c
src/hello/hello.c
src/hostlist/hostlist-client.c
src/hostlist/hostlist-server.c
src/peerinfo/gnunet-service-peerinfo.c
src/topology/gnunet-daemon-topology.c
src/transport/plugin_transport_http.c
src/transport/plugin_transport_tcp.c
src/transport/test_plugin_transport_http.c
src/transport/test_transport_api_reliability.c
src/transport/transport_api.c
src/util/client.c
src/util/connection.c
src/util/resolver_api.c
src/util/server.c
src/util/server_mst.c
src/util/service.c