de-duplicate a constant used by both 'got fetch' and 'got send'
commit77d7d3bb1aabafae6c020c8a07a6e9f4f7885c9b
authorStefan Sperling <stsp@stsp.name>
Sun, 5 Sep 2021 20:39:50 +0000 (5 20:39 +0000)
committerStefan Sperling <stsp@stsp.name>
Sun, 5 Sep 2021 20:39:50 +0000 (5 20:39 +0000)
tree7413d37651f1324cbc94e089ea171eccd3315b8d
parentd65a88a2f0db40d2c2ac34ee34e8aff8ac629d52
de-duplicate a constant used by both 'got fetch' and 'got send'

Both GOT_FETCH_PKTMAX and GOT_SEND_PKTMAX had the same value.
Declare this value as GOT_PKT_MAX in got_lib_pkt.h instead.
include/got_fetch.h
include/got_send.h
lib/fetch.c
lib/got_lib_pkt.h
libexec/got-fetch-pack/got-fetch-pack.c
libexec/got-send-pack/got-send-pack.c