On Wed, Oct 30, 2013 at 1:28 PM, <ad...@bellmedia.ca> wrote:

> I'm trying to send a UDP packet using DatagramSocket in my GAE app in
> Java. But I always get a timeout error during the send operation. I try
> different IPs and ports, even 8.8.8.8 port 53 doesn't work. Though the code
> works fine from my local machine.
> My application is paid, quotas are ok (and I can successfully use sockets
> for TCP)
> Has anybody a clue if UDP sockets are working at all? Because it seems
> they don't.
>
>

Are you getting a timeout error from the datagram socket ( i.e.
java.net.SocketTimeoutException ) or a timeout from exceeding the App
Engine request timer?

Can you post the stack trace you're getting?


-----------------
-Vinny P
Technology & Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to