Nog een poging...
This commit is contained in:
parent
3c8d9e4f54
commit
9fcecc9015
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
#undef DEBUG
|
#define DEBUG
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <cstdlib>
|
#include <cstdlib>
|
||||||
#include <cstdio>
|
#include <cstdio>
|
||||||
|
@ -65,8 +65,8 @@ int main(){
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
fprintf(stderr, "Starting processing...\n");
|
fprintf(stderr, "Starting processing...\n");
|
||||||
#endif
|
#endif
|
||||||
while (!ferror(stdin) && !ferror(stdout)){
|
while (!ferror(CONN)){
|
||||||
//only parse input from stdin if available or not yet init'ed
|
//only parse input if available or not yet init'ed
|
||||||
//rightnow = getNowMS();
|
//rightnow = getNowMS();
|
||||||
if ((!ready4data || (snd_cnt - snd_window_at >= snd_window_size)) && !stopparsing){
|
if ((!ready4data || (snd_cnt - snd_window_at >= snd_window_size)) && !stopparsing){
|
||||||
parseChunk();
|
parseChunk();
|
||||||
|
|
Loading…
Add table
Reference in a new issue