help

DANDY King dandyking_18 at hotmail.com
Sun Aug 17 19:51:44 PDT 2003


hello


our product is DVR(digital video recorder), it runs on linux system.
i am sending very imp inofrmation to server through sockets. some time i am 
getting full data, some time i am getting partial data.
i don't know reasons please advice.
client side we uses VC++ GUI. client sending data neatly. in lcinet side  
what i did

while((nread = read(fd,buff,BUFFSIZE)) >0)
		send(sockfd,buff,nread,0);

in server same data should receive.
but some time i am receiveing full and some time 90% only

please advice

Dharanish

_________________________________________________________________
Are you a geek? Do gizmos make you grin? 
http://www.msn.co.in/Computing/Gizmos/ Click here!



More information about the freebsd-net mailing list