aboutsummaryrefslogtreecommitdiff
path: root/src/exit/exit.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-01-10 15:13:41 +0000
committerChristian Grothoff <christian@grothoff.org>2012-01-10 15:13:41 +0000
commit4cd9ad92ad6131400e52dc1f25516b4134150aef (patch)
tree3288a2d18903a2b17b1b5b2c067e52985d5d9577 /src/exit/exit.h
parentd2c214f97316f90f0242a0921fb4f060313c6c18 (diff)
downloadgnunet-4cd9ad92ad6131400e52dc1f25516b4134150aef.tar.gz
gnunet-4cd9ad92ad6131400e52dc1f25516b4134150aef.zip
-dealing with new TCP message formats
Diffstat (limited to 'src/exit/exit.h')
-rw-r--r--src/exit/exit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exit/exit.h b/src/exit/exit.h
index 1e92cc501..37ae7e8a4 100644
--- a/src/exit/exit.h
+++ b/src/exit/exit.h
@@ -108,7 +108,7 @@ struct GNUNET_EXIT_TcpDataMessage
108 108
109 /** 109 /**
110 * Skeleton of the TCP header to send. Port numbers are to 110 * Skeleton of the TCP header to send. Port numbers are to
111 * be replaced and the checksum may be updated as necessary. 111 * be replaced and the checksum may be updated as necessary. (The destination port number should not be changed, as it contains the desired destination port.)
112 */ 112 */
113 struct tcp_packet tcp_header; 113 struct tcp_packet tcp_header;
114 114