Branch: refs/heads/master
  Home:   https://github.com/tianocore/edk2-libc
  Commit: e6985d1dd786f89be3c908ec7b19e3e6da463578
      
https://github.com/tianocore/edk2-libc/commit/e6985d1dd786f89be3c908ec7b19e3e6da463578
  Author: matan-perel <[email protected]>
  Date:   2026-08-11 (Tue, 11 Aug 2026)

  Changed paths:
    M StdLib/EfiSocketLib/Socket.h
    M StdLib/EfiSocketLib/Tcp4.c
    M StdLib/EfiSocketLib/Tcp6.c

  Log Message:
  -----------
  StdLib/EfiSocketLib: Implement TCP_NODELAY support for TCP4 and TCP6 sockets

When using network calls, users can't activate the TCP_NODELAY, to disable 
Nagle algorithm (mainly on closed/small networks). The pull request enables 
this option.

This PR fixes this issue: https://github.com/tianocore/edk2-libc/issues/117

Signed-off-by: Matan Perel <[email protected]>



To unsubscribe from these emails, change your notification settings at 
https://github.com/tianocore/edk2-libc/settings/notifications


_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to