Author: zhu Date: Wed Aug 17 20:24:24 2016 New Revision: 72247
URL: http://svn.reactos.org/svn/reactos?rev=72247&view=rev Log: Disabled more UDP code I missed earlier
Modified: branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/address.c
Modified: branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/address.c URL: http://svn.reactos.org/svn/reactos/branches/GSoC_2016/lwIP-tcpip/drivers/net... ============================================================================== --- branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/address.c [iso-8859-1] (original) +++ branches/GSoC_2016/lwIP-tcpip/drivers/network/tcpip/address.c [iso-8859-1] Wed Aug 17 20:24:24 2016 @@ -1581,7 +1581,7 @@ goto Finish; }
- /* Get details about what we should be receiving */ + /* Get details about what we should be sending */ RequestInfo = (PTDI_REQUEST_KERNEL_SENDDG)&IrpSp->Parameters;
/* Get the address */ @@ -1772,10 +1772,10 @@ { case IPPROTO_ICMP : case IPPROTO_RAW : - raw_remove(AddressFile->lwip_raw_pcb); + //raw_remove(AddressFile->lwip_raw_pcb); break; case IPPROTO_UDP : - udp_remove(AddressFile->lwip_udp_pcb); + //udp_remove(AddressFile->lwip_udp_pcb); break; case IPPROTO_TCP : /* Nothing to deallocate for TCP */