mirror of
https://github.com/yarrick/iodine.git
synced 2024-11-22 21:16:07 +03:00
fix label
This commit is contained in:
parent
dfd6f9aa90
commit
9f2730cb9a
@ -631,7 +631,7 @@ perform_case_check:
|
|||||||
printf("No reply on case check, continuing\n");
|
printf("No reply on case check, continuing\n");
|
||||||
switch_codec:
|
switch_codec:
|
||||||
if (!case_preserved)
|
if (!case_preserved)
|
||||||
goto set_downstream_fragment_size;
|
goto autodetect_max_fragsize;
|
||||||
|
|
||||||
dataenc = get_base64_encoder();
|
dataenc = get_base64_encoder();
|
||||||
printf("Switching to %s codec\n", dataenc->name);
|
printf("Switching to %s codec\n", dataenc->name);
|
||||||
@ -680,7 +680,6 @@ autodetect_max_fragsize:
|
|||||||
printf("Autoprobing max downstream fragment size...\n");
|
printf("Autoprobing max downstream fragment size...\n");
|
||||||
/* TODO */
|
/* TODO */
|
||||||
}
|
}
|
||||||
set_downstream_fragment_size:
|
|
||||||
printf("Setting downstream fragment size to max %d...\n", max_downstream_frag_size);
|
printf("Setting downstream fragment size to max %d...\n", max_downstream_frag_size);
|
||||||
for (i=0; running && i<5 ;i++) {
|
for (i=0; running && i<5 ;i++) {
|
||||||
tv.tv_sec = i + 1;
|
tv.tv_sec = i + 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user