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

Integration Candidate 2020-03-18 #44

Merged
merged 3 commits into from
Mar 27, 2020
Merged

Integration Candidate 2020-03-18 #44

merged 3 commits into from
Mar 27, 2020

Commits on Mar 12, 2020

  1. Fix #37, Offset the UDP base port per-CPU

    Avoid port conflicts when having more than one CPU within the same
    mission load CI_LAB app.  Instead of binding to the port directly,
    add the CPU number as an offset.  Subtract 1 so that CPU1 remains
    at the same port (1234 by default) and cmdUtil is not affected.
    
    NOTE: the "cpu number" can be overridden on the command line when
    using the pc-linux PSP, thereby also permitting the listen point
    to be tuned for each launch config, if necessary.
    jphickey committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    daadfb5 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2020

  1. Merge pull request #41 from jphickey/fix-37-port-offset

    Fix #37, Offset the UDP base port per-CPU
    astrogeco authored Mar 23, 2020
    Configuration menu
    Copy the full SHA
    8620c62 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2020

  1. Increase version to 2.3.3 and update ReadMe.

    Gerardo E. Cruz-Ortiz committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    548297a View commit details
    Browse the repository at this point in the history