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

net-test: packetdrill: fix compilation/runtime error for linux 3.x #13

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

Commits on Dec 24, 2018

  1. net-test: 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.
    
    Change-Id: Ibb4458067becdb857ff82f680bdd37727b5c2378
    Shu Ma committed Dec 24, 2018
    Configuration menu
    Copy the full SHA
    93c5fbf View commit details
    Browse the repository at this point in the history