Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Aug 2003 08:22:39 +0530
From:      "DANDY King" <dandyking_18@hotmail.com>
To:        freebsd-hackers@freebsd.org
Subject:   help needed-urgent
Message-ID:  <BAY1-F161CeEFRoaZX200037ace@hotmail.com>

next in thread | raw e-mail | index | archive | help
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 client  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

_________________________________________________________________
MSN Hotmail now on your Mobile phone. 
http://server1.msn.co.in/sp03/mobilesms/ Click here.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?BAY1-F161CeEFRoaZX200037ace>