aboutsummaryrefslogtreecommitdiff
path: root/src/exit/exit.h
diff options
context:
space:
mode:
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