1

I read that C2DM uses port 5228 for connection.

Is there a ping address (or something) I can use to test connectivity to the C2DM servers easily?

Thanks

Community
  • 1
  • 1
Nadav
  • 1,167
  • 2
  • 19
  • 43

1 Answers1

0

I'm not sure about the port, but to check connectivity I'd be inclined to send a test message to a test registration ID. That'll test all the way through the stack.

Though even if the servers are up, there's no guarantee the message will be delivered, so I'm not sure doing what you propose will add much.

Ollie C
  • 28,313
  • 34
  • 134
  • 217