From 3065f96f7b833701a03f5759bfc593a7f6943c4e Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Tue, 27 Mar 2012 22:43:19 +0200 Subject: New handshake format; don't respond to data packets from unknown peers with handshakes, but request a re-handshake --- src/handshake.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/handshake.h') diff --git a/src/handshake.h b/src/handshake.h index 3457a0e..c485576 100644 --- a/src/handshake.h +++ b/src/handshake.h @@ -31,6 +31,7 @@ #include "fastd.h" void fastd_handshake_send(fastd_context *ctx, fastd_peer *peer); +void fastd_handshake_rehandshake(fastd_context *ctx, fastd_peer *peer); void fastd_handshake_handle(fastd_context *ctx, fastd_peer *peer, fastd_buffer buffer); #endif /* _FASTD_HANDSHAKE_H_ */ -- cgit v1.2.3