Re: [edk2] TCP->Configure after TCP->Close

2014-02-19 Thread Brendan Jackman
nctions to detect this case). The fact that DxeTcpIoLib uses Configure (NULL) reassures me about a), and now I can see that the solution to b) is of course to use CloseEvent! Many thanks for your help. Brendan From: Fu, Siyuan [mailto:siyuan...@intel.com] Sent: 19 February 2014 02:33 To: Brendan

Re: [edk2] TCP->Configure after TCP->Close

2014-02-18 Thread Brendan Jackman
y 2014 02:23 To: Olivier Martin; Brendan Jackman Cc: edk2-devel@lists.sourceforge.net Subject: RE: [edk2] TCP->Configure after TCP->Close Hi, Brendan and Martin To help understand the problem, could you tell me how does you create or get the passive TCP instance upon the application start

[edk2] TCP->Configure after TCP->Close

2014-02-17 Thread Brendan Jackman
Hi there, I'm developing a UEFI application that uses the EFI_TCP4_PROTOCOL. It Configures a TCP protocol interface in passive mode and calls Accept. When a connection is received, it opens the pre-configured protocol interface representing that connection (to make sure I'm clear: there are now