RTMP edits, HTTP edits...

This commit is contained in:
Thulinma 2011-02-16 23:24:58 +01:00
parent da8567888a
commit 1b34f4584e
2 changed files with 16 additions and 14 deletions

View file

@ -11,8 +11,8 @@ unsigned int getNowMS(){
}
unsigned int chunk_rec_max = 128;
unsigned int chunk_snd_max = 128;
unsigned int chunk_rec_max = 102400;
unsigned int chunk_snd_max = 102400;
unsigned int rec_window_size = 0xFA00;
unsigned int snd_window_size = 1024*500;
unsigned int rec_window_at = 0;