AIT-Core icon indicating copy to clipboard operation
AIT-Core copied to clipboard

Issue #517 - TCP Support

Open cjjacks opened this issue 1 year ago • 3 comments

Creating a new pull request for #517 without the formatting, linting and docker changes. Additionally incorporating feedback on address specifications

cjjacks avatar Oct 23 '24 20:10 cjjacks

Closed the original PR (https://github.com/NASA-AMMOS/AIT-Core/pull/521) as I felt it would be cleaner this way. This PR only includes the changes to streams and clients and incorporates the feedback from #521.

The docker based testing harness I used to stress test all the different network components is removed from this pr but can still be found in my personal fork here: https://github.com/cjjacks/AIT-Core/tree/issue-517-docker. The stress can be run by checking out that branch and running make network-test

Additionally, I merged master into this branch to incorporate the linting and formatting changes. All subsequent commits after the merge were done with the pre-commit hooks installed.

Let me know if there is any additional feedback. This time I will rebase and clean up the commit history after feedback so I dont end having to trash the PR if serious changes are needed.

cjjacks avatar Oct 24 '24 18:10 cjjacks