Revision: 14124
          http://edk2.svn.sourceforge.net/edk2/?rev=14124&view=rev
Author:   lpleahy
Date:     2013-02-08 21:29:03 +0000 (Fri, 08 Feb 2013)
Log Message:
-----------
Allow fragmentation of large UDP packets

Reviewed-by: Ankit Singh of Dell
Signed-off-by: lpleahy

Modified Paths:
--------------
    trunk/edk2/StdLib/EfiSocketLib/Udp4.c

Modified: trunk/edk2/StdLib/EfiSocketLib/Udp4.c
===================================================================
--- trunk/edk2/StdLib/EfiSocketLib/Udp4.c       2013-02-08 21:26:46 UTC (rev 
14123)
+++ trunk/edk2/StdLib/EfiSocketLib/Udp4.c       2013-02-08 21:29:03 UTC (rev 
14124)
@@ -266,7 +266,7 @@
   pConfig->AcceptBroadcast = FALSE;
   pConfig->AcceptPromiscuous = FALSE;
   pConfig->AllowDuplicatePort = TRUE;
-  pConfig->DoNotFragment = TRUE;
+  pConfig->DoNotFragment = FALSE;
   Status = EFI_SUCCESS;
 
   //

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to