Changeset ce34271 in network-demos


Ignore:
Timestamp:
02/10/99 19:57:04 (25 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.11, 57a009d5b89e72f488ab655184e6a33bb0fe6b7f, netdemos-4-5-branch, network-demos-4-10-branch, network-demos-4-6-branch, network-demos-4-7-branch, network-demos-4-8-branch, network-demos-4-9-branch, rtems-4-5-branch
Children:
478b9c0, ba9c45c
Parents:
2b13801
Message:

Added debug print when test can't get a buffer. This is probably a fatal
error in the stack but it would be nice to get a message from the
test just in case.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ttcp/ttcp_orig/ttcp.c

    r2b13801 rce34271  
    789789                numCalls++;
    790790                if( cnt<0 && errno == ENOBUFS )  {
     791                        printf("ttcp: out of buffers -- delaying\n"); /*JRS*/
    791792                        delay(18000);
    792793                        errno = 0;
Note: See TracChangeset for help on using the changeset viewer.