Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

packetdrill: fix compilation/runtime error for linux 3.x #35

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Feb 18, 2020

  1. packetdrill: fix compilation/runtime error for linux 3.x

    For linux 3.10, TCP_CC_INFO and SO_MEMINFO are not supported. When we
    define HAVE_SO_MEMINFO / HAVE_TCP_CC_INFO as 0, functions like
    write_tcp_bbr_cc_info and write_so_meminfo will not be accessed. So
    wrap them with #ifdef and #endif.
    
    Also, for lower linux version, tcp_info option value has less
    fields(e.g. 120 bytes). So remove the size assert.
    
    This commit is based on the following packetdrill upstream pull
    request, with a slightly tweaked commit description:
      google#13
    
    Signed-off-by: Neal Cardwell <[email protected]>
    Shu Ma authored and nealcardwell committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    ee5ec4a View commit details
    Browse the repository at this point in the history