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
|
@ -205,9 +205,9 @@ void vPlatformInitIpStack( void )
|
|||
#if defined( ipconfigIPv4_BACKWARD_COMPATIBLE ) && ( ipconfigIPv4_BACKWARD_COMPATIBLE == 0 )
|
||||
/* Initialise the interface descriptor for WinPCap. */
|
||||
#ifdef ipconfigUSE_LIBSLIRP
|
||||
extern NetworkInterface_t* pxFillInterfaceDescriptor(BaseType_t xEMACIndex,
|
||||
extern NetworkInterface_t* pxLibslirp_FillInterfaceDescriptor(BaseType_t xEMACIndex,
|
||||
NetworkInterface_t * pxInterface);
|
||||
pxFillInterfaceDescriptor( 0, &( xInterfaces[ 0 ] ) );
|
||||
pxLibslirp_FillInterfaceDescriptor( 0, &( xInterfaces[ 0 ] ) );
|
||||
#else
|
||||
pxWinPcap_FillInterfaceDescriptor( 0, &( xInterfaces[ 0 ] ) );
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue