SFML community forums

Help => Network => Topic started by: helo on November 26, 2010, 12:35:45 am

Title: [UDP-Socket] find out the src-Port while Sending
Post by: helo on November 26, 2010, 12:35:45 am
Hi
I´m trying to make a programm sending an info-query to an server and handle the answer, but the server sends his response to the port the query came from. Therefore I must know which port was used for the request. Is this possible?
Title: [UDP-Socket] find out the src-Port while Sending
Post by: helo on November 26, 2010, 07:49:48 am
I think I found a solution myself: Bind the Sending Socket before Sending.