Hi,

On Thu, Oct 23, 2014 at 01:24:45PM -0600, Reinoud Koornstra wrote:
> The idea in my case is to have a point-to-point connection where both hosts
> listen on port 443 tcp instead of port 1194 udp to setup the point-to-point
> connection.

If both listen, who calls out?  In TCP mode, you need to decide who opens
the tcp session (tcp-client) and who listens (tcp-server).

In UDP mode, the socket is not "connected" so you can just send packets
when you feel like it, without having to establish a connection first.

gert

-- 
USENET is *not* the non-clickable part of WWW!
                                                           //www.muc.de/~gert/
Gert Doering - Munich, Germany                             g...@greenie.muc.de
fax: +49-89-35655025                        g...@net.informatik.tu-muenchen.de

Attachment: pgpQG83TADXbV.pgp
Description: PGP signature

Reply via email to