joygom22 wrote:
> hi everybody,
> i have a ts7800 and thanks to this forum i advanced very much, but now i have
> a problem with sockets:
> if i do in the program i'm runnign:
>
> if connect(s,(struct sockaddr*)&server,sizeof(server))<0 // (1)
> {..'the connection is not possible, retrying...etc.}
> else
> {ok etc...continue program}
>
> if the server is runnig, everything is ok, but when i close the server and
> run then program in the ts7800 to see errors, it stay in the line (1) all the
> time.
Well, how do you have the socket setup? I'm confused why you're casting
server to sockaddr, could you also post the declaration and setup of
server please?
--
Jason Stahls
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|