HomeSort by relevance Sort by last modified time
    Searched defs:IP_REASS_MAX_PBUFS (Results 1 - 2 of 2) sorted by null

  /external/syslinux/core/lwip/src/include/
lwipopts.h 38 #define IP_REASS_MAX_PBUFS 64
  /external/syslinux/core/lwip/src/include/lwip/
opt.h 544 * IP_REASS_MAX_PBUFS: Total maximum amount of pbufs waiting to be reassembled.
546 * PBUF_POOL_SIZE > IP_REASS_MAX_PBUFS so that the stack is still able to receive
549 #ifndef IP_REASS_MAX_PBUFS
550 #define IP_REASS_MAX_PBUFS 10
    [all...]

Completed in 77 milliseconds