changed name of constant and added block until recv

backlog is complete to pend_event
This commit is contained in:
Jeff Hill
2001-07-12 23:57:24 +00:00
parent ef4ebf4d4b
commit a29b0fafc7
3 changed files with 12 additions and 10 deletions

View File

@@ -95,7 +95,7 @@ int CASG::block ( double timeout )
}
remaining = timeout - delay;
if ( remaining <= CAC_SIGNIFICANT_SELECT_DELAY ) {
if ( remaining <= CAC_SIGNIFICANT_DELAY ) {
/*
* Make sure that we take care of
* recv backlog at least once