-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Add Open Port Request on Sending Side of IpSocket #2683
Commits on Aug 30, 2024
-
remove thread specific behavior from the library level of IpSocket. M…
…oved behavior to the component level by placing thread protection behavior to SocketReadTask, now called SocketComponentHelper. Calls to socket functionality from TcpClient/TcpServer/Udp will go through SocketComponentHelper rather than directly to the library. This also implemented the original desired functionality of reopening a client socket on a send call rather than only in receive
crsmith committedAug 30, 2024 Configuration menu - View commit details
-
Copy full SHA for ea1cd9c - Browse repository at this point
Copy the full SHA ea1cd9cView commit details -
crsmith committed
Aug 30, 2024 Configuration menu - View commit details
-
Copy full SHA for baebba1 - Browse repository at this point
Copy the full SHA baebba1View commit details
Commits on Sep 4, 2024
-
update unit tests for new structuring and update smake to allow unit …
…tests whos name includes more than the module name
crsmith committedSep 4, 2024 Configuration menu - View commit details
-
Copy full SHA for 97763e7 - Browse repository at this point
Copy the full SHA 97763e7View commit details
Commits on Sep 5, 2024
-
updates and fixes for TcpClient's unit tests
crsmith committedSep 5, 2024 Configuration menu - View commit details
-
Copy full SHA for 047a338 - Browse repository at this point
Copy the full SHA 047a338View commit details
Commits on Sep 11, 2024
-
fix/work around for an interesting issue where the TcpClient receive …
…buffer equality check would fail because the size of the original buffer (owned by the unit test) gets set to 0, sometimes. Maybe 1/10 runs. I changed it to save the size of that buffer before it does the send and use that saved value in the equality check
crsmith committedSep 11, 2024 Configuration menu - View commit details
-
Copy full SHA for 828d2f9 - Browse repository at this point
Copy the full SHA 828d2f9View commit details
Commits on Sep 12, 2024
-
fix tcp server and tcp client unit tests (hopefully)
crsmith committedSep 12, 2024 Configuration menu - View commit details
-
Copy full SHA for 551c72d - Browse repository at this point
Copy the full SHA 551c72dView commit details -
crsmith committed
Sep 12, 2024 Configuration menu - View commit details
-
Copy full SHA for 6ba421e - Browse repository at this point
Copy the full SHA 6ba421eView commit details -
crsmith committed
Sep 12, 2024 Configuration menu - View commit details
-
Copy full SHA for e190055 - Browse repository at this point
Copy the full SHA e190055View commit details
Commits on Sep 19, 2024
-
fix reference argument and mutex locking to take care of issues uncov…
…ered in integration testing
crsmith committedSep 19, 2024 Configuration menu - View commit details
-
Copy full SHA for 306d752 - Browse repository at this point
Copy the full SHA 306d752View commit details -
crsmith committed
Sep 19, 2024 Configuration menu - View commit details
-
Copy full SHA for 7b4ec9c - Browse repository at this point
Copy the full SHA 7b4ec9cView commit details
Commits on Sep 24, 2024
-
updates to remove dead code and comments
crsmith committedSep 24, 2024 Configuration menu - View commit details
-
Copy full SHA for cf9d119 - Browse repository at this point
Copy the full SHA cf9d119View commit details