Tag

  • Show log

    Commit

  • Hash : 77d7d3bb
    Author : Stefan Sperling
    Date : 2021-09-05T20:39:50

    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.