problem with sending reliably messages

Hi!

We are making a realtime multiplayer game that uses gpgs. We can make the room succesfully, but when we need to send the another player reliably message he does not receive it. We used adb logcat and found this error message

 

E libjingle: Error(basicpacketsocketfactory.cc:67): UDP bind failed with error 22

 

could anyone help please?