P2p: fix typo

This commit is contained in:
Grégoire Henry 2019-02-21 15:30:59 +01:00
parent 568057ed8f
commit 4cbc5282b8
No known key found for this signature in database
GPG Key ID: 50D984F20BD445D2

View File

@ -74,7 +74,7 @@ val authenticate:
[P2P_io_scheduler.connection] into an [authenticated_connection] (auth [P2P_io_scheduler.connection] into an [authenticated_connection] (auth
correct, acceptation undecided). *) correct, acceptation undecided). *)
val kick: 'meta authenticated_connection -> P2p_point.Id.t list -> unit Lwt.t val kick: 'meta authenticated_connection -> unit Lwt.t
(** (Low-level) (Cancelable) [kick afd] notifies the remote peer that (** (Low-level) (Cancelable) [kick afd] notifies the remote peer that
we refuse this connection and then closes [afd]. Used in we refuse this connection and then closes [afd]. Used in
[P2p_connection_pool] to reject an [authenticated_connection] which we do [P2p_connection_pool] to reject an [authenticated_connection] which we do