Re: [tuxdroid-user] Why TCP?
Status: Beta
Brought to you by:
ks156
From: David B. <da...@ja...> - 2007-03-14 12:14:51
|
Because he was used to TCP/IP but not UDP :-). On the other hand, the daemon can send information at any time to the client so it's probably better if the socket stays connected. And if we want to access the daemon from another location, UDP won't assure you that the data is valid iirc. On Wed, 14 Mar 2007 11:07:30 +0100, Srikanta Prasanna <sri...@gm...> wrote: > Hi, > > Remi, thanks for the Daemon API doc (I hope Remi is subscribed the list > :-). > > I am not completely aware of the amount and frequency of traffic b/w the > daemon & the apps. So, are there any specific reason why TCP was used > instead of UDP? > > thanks, > srikanta > > PS: Tried to post this as a comment on the website, but got a 110 (Conn > timed > out) error. |