Hi

 

I have a CF application that has a listener written in Java to listen for
inbound TCP packets on a specific port

 

I am also using a CF Socket script to send out TCP packets to a third party
server sending the packets to a static IP and port where the third party
server's listener is monitoring

 

The third party server receives the TCP Packet and opens the connection,
their system then sends back an acknowledge TCP packet back to my server, it
uses the ip address and port my server used to the initial packet to it to
then send the ack packet back to my server.

 

The problem is that each time my app sends a TCP packet to the third party
sever its uses a random port selected by my server, and not the port that I
have my listener operating on, hence my server never detects the incoming
ack packet response from the third party server as its not sent to my
listener port

 

The question is how do I set the port (the port my listener is set on) in my
CF page uses so that it always sends using that port so that when their
server sends the ACK my server receives it on my listener port.

 

 

 

Kind Regards

 

Claude Raiola

SAMARIS Software

Call 1300 255 990

 

-- 
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/cfaussie.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to