aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/transport.h')
-rw-r--r--src/transport/transport.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/src/transport/transport.h b/src/transport/transport.h
index 7f2b0f935..9101edaf8 100644
--- a/src/transport/transport.h
+++ b/src/transport/transport.h
@@ -165,31 +165,6 @@ struct DisconnectInfoMessage
165 165
166 166
167/** 167/**
168 * Message type for sending a request connect message
169 * to the transport service. Must be done before transport
170 * api will allow messages to be queued/sent to transport
171 * service for transmission to a peer.
172 */
173struct TransportRequestConnectMessage
174{
175 /**
176 * Message header with type #GNUNET_MESSAGE_TYPE_TRANSPORT_REQUEST_CONNECT
177 */
178 struct GNUNET_MessageHeader header;
179
180 /**
181 * Reserved (0).
182 */
183 uint32_t reserved GNUNET_PACKED;
184
185 /**
186 * Identity of the peer we would like to connect to.
187 */
188 struct GNUNET_PeerIdentity peer;
189};
190
191
192/**
193 * Message used to set a particular bandwidth quota. Sent TO the 168 * Message used to set a particular bandwidth quota. Sent TO the
194 * service to set an incoming quota, sent FROM the service to update 169 * service to set an incoming quota, sent FROM the service to update
195 * an outgoing quota. 170 * an outgoing quota.