summaryrefslogtreecommitdiff
path: root/sideband.h
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2013-02-20 20:02:45 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-02-20 21:42:22 (GMT)
commit047ec60205b5ae8b180386579749d143db4c9be3 (patch)
tree4e9113efbdffa951b7e4018e80869dce6a52b8b5 /sideband.h
parent819b929d3389f6007e1c469d9060e7876caeb97f (diff)
downloadgit-047ec60205b5ae8b180386579749d143db4c9be3.zip
git-047ec60205b5ae8b180386579749d143db4c9be3.tar.gz
git-047ec60205b5ae8b180386579749d143db4c9be3.tar.bz2
pkt-line: move LARGE_PACKET_MAX definition from sideband
Having the packet sizes defined near the packet read/write functions makes more sense. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'sideband.h')
-rw-r--r--sideband.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sideband.h b/sideband.h
index d72db35..e46bed0 100644
--- a/sideband.h
+++ b/sideband.h
@@ -4,9 +4,6 @@
#define SIDEBAND_PROTOCOL_ERROR -2
#define SIDEBAND_REMOTE_ERROR -1
-#define DEFAULT_PACKET_MAX 1000
-#define LARGE_PACKET_MAX 65520
-
int recv_sideband(const char *me, int in_stream, int out);
ssize_t send_sideband(int fd, int band, const char *data, ssize_t sz, int packet_max);