This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Can the function "connect()" & "listen() + accept()" be used with the same TCP port at the same time ?
- From: Joe Buck <jbuck at synopsys dot com>
- To: Louie Chan <louie at unitednet dot com dot hk>
- Cc: gcc at gcc dot gnu dot org
- Date: Mon, 17 Mar 2003 09:50:26 -0800
- Subject: Re: Can the function "connect()" & "listen() + accept()" be used with the same TCP port at the same time ?
- References: <NFBBLFAPGLMOLOBBMKDDIEOODPAA.louie@unitednet.com.hk>
On Sun, Mar 16, 2003 at 02:21:49PM +0800, Louie Chan wrote:
> Does anyone know if I can use the functions "listen() & accept()" after one successful TCP connection with the function "connect" ?
> Please refer to the following concept codes !!
Sorry, wrong list. The gcc list is only for gcc.