mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-14 08:47:45 -04:00
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:
parent
acd5dd09b4
commit
b1d2de487b
7 changed files with 29 additions and 14 deletions
|
@ -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. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue