Fix DM90x0 driver problem that caused TX overruns

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@384 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2007-11-17 14:28:10 +00:00
parent 8c0dd44a5e
commit dd0e40bbed
6 changed files with 48 additions and 37 deletions
+1
View File
@@ -207,6 +207,7 @@ void recv_server(void)
/* Then send the same data back to the client */
message("server: Sending %d bytes\n", totalbytesread);
nbytessent = send(acceptsd, buffer, totalbytesread, 0);
if (nbytessent <= 0)
{