Re: [PATCH v1 2/4] rtemsbsd:Updated TTCP code with network demo code

2021-06-08 Thread Joel Sherrill
On Tue, Jun 8, 2021, 12:12 PM Gedare Bloom wrote: > Are these updates from OAR? Do you want to scope them with #ifdef > #endif for RTEMS? Or this is clone-and-own software now? > Yes. The code is old a s has warnings which need to be fixed. Because this program gets compiled natively when runni

Re: [PATCH v1 2/4] rtemsbsd:Updated TTCP code with network demo code

2021-06-08 Thread Gedare Bloom
Are these updates from OAR? Do you want to scope them with #ifdef #endif for RTEMS? Or this is clone-and-own software now? Why not import from network-demos? On Tue, Jun 8, 2021 at 10:12 AM Stephen Clark wrote: > > Updated the TTCP code to match the ttcp.c in RTEMS network-demos > repository (h

[PATCH v1 2/4] rtemsbsd:Updated TTCP code with network demo code

2021-06-08 Thread Stephen Clark
Updated the TTCP code to match the ttcp.c in RTEMS network-demos repository (https://git.rtems.org/network-demos/). --- rtemsbsd/ttcp/ttcp.c | 91 +++- 1 file changed, 65 insertions(+), 26 deletions(-) diff --git a/rtemsbsd/ttcp/ttcp.c b/rtemsbsd/ttcp/ttcp.