Update libslirp network interface API and +TCP submodule pointer (#1062)

* Update posix demo for +TCP update.

* Update Libslirp name & +TCP submodule pointer

* Update manifest

---------

Co-authored-by: Monika Singh <moninom@amazon.com>
This commit is contained in:
ActoryOu 2023-08-08 12:10:25 +08:00 committed by GitHub
parent acd5dd09b4
commit b1d2de487b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 29 additions and 14 deletions

View file

@ -215,7 +215,7 @@
pcTransmittedString[ strlen( pcTransmittedString ) ] = '-';
ulTxCount++;
printf( "\n\tSending %d bytes of data to the echo server\n", lStringLength );
printf( "\n\tSending %ld bytes of data to the echo server\n", lStringLength );
/* Send the string to the socket. */
lTransmitted = FreeRTOS_send( xSocket, /* The socket being sent to. */
( void * ) pcTransmittedString, /* The data being sent. */