Error sending mms

Error sending mms SearchSearch
Author Message
Horriace
Posted on Monday, September 15, 2003 - 10:05 am:   

I create a CSD connection by dial-up *99# successful,and by the connection,i can get
tcp connection to other extenal server,but
i can't connect to the WAP gateway,times out!!!
why? I use UDP and send package,the result is the same. anyone help will be appreciated. thanks a lot.
william david
Posted on Monday, September 15, 2003 - 11:22 am:   

i create a gprs connection, and create a UDP socket successfully, when sendto a package to wap gateway, it show times out.why?
socket( udp ) -> sendto( buffer,100,,...,10.0.0.172,9201,0)->while(1){ select( 0,&rdset,,10s)-->return 0( times out )
the package is :
char buffer[100] = { "CONNECT mmsc.monternet.com http1.1 \r\n"};
what's the matter? please help me.thanks in advance.