[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <4E1DC83C.3020506@genband.com>
Date: Wed, 13 Jul 2011 10:30:52 -0600
From: Chris Friesen <chris.friesen@...band.com>
To: netdev@...r.kernel.org
Subject: any way to let host act as TCP server OR client on same IP/port?
I've been asked an interesting question about TCP. We have some people
that want to set up a TCP socket that can listen for connections on a
given IP/port, but also initiate connections from that same IP/port.
(Only one at a time, of course.)
The TCP state machine seems to allow this (moving from LISTEN to
SYN_SENT) but it's not a normal transition.
Is there any way to do this using the socket API?
I thought up a hack whereby we could use NFQUEUE to detect an incoming
SYN and delay it while we call listen() on the socket. Is there any
better way to do this?
Thanks,
Chris
--
Chris Friesen
Software Developer
GENBAND
chris.friesen@...band.com
www.genband.com
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists