diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-02-28 12:56:51 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-02-28 12:56:51 +0000 |
commit | 52d7b3a13876a61ba8e37502b262028447f31ad8 (patch) | |
tree | f72a711088364cba3e53db3b24994019eb8f864b /net/libbt/files/patch-src::bterror.c | |
parent | - Update to 3.10 (diff) |
Add libbt, a C implementation of core BitTorrent protocol.
PR: ports/63404
Submitted by: Florent Thoumie <flz@xbsd.org>
Notes
Notes:
svn path=/head/; revision=102398
Diffstat (limited to 'net/libbt/files/patch-src::bterror.c')
-rw-r--r-- | net/libbt/files/patch-src::bterror.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/libbt/files/patch-src::bterror.c b/net/libbt/files/patch-src::bterror.c new file mode 100644 index 000000000000..bf255821bb74 --- /dev/null +++ b/net/libbt/files/patch-src::bterror.c @@ -0,0 +1,13 @@ +--- src/bterror.c.old Thu Feb 26 17:39:15 2004 ++++ src/bterror.c Thu Feb 26 17:39:54 2004 +@@ -1,3 +1,9 @@ + /* bterror.c */ +-#define BTERROR_BODY + #include "bterror.h" ++ ++char *bterror_string[] = { ++ "Bad protocol ID on peer connection", ++ "Unrecognized Flags in peer protocol handshake", ++ "Peer hash value doesn't match my hash value", ++ "Peer disconnected after repeated errors" ++}; |