Fix for large packet transfer, since we were evaluating with the wrong size
This commit is contained in:
@@ -135,7 +135,7 @@ use App\Classes\Protocol\{Binkp,EMSI,DNS};
|
||||
|
||||
<div class="mt-1 form-check form-switch">
|
||||
<input class="form-check-input" type="checkbox" id="binkp_comp" name="binkp[comp]" value="{{ Binkp::F_COMP }}" @if(old('binkp.comp',$o->optionGet(Binkp::F_COMP,'binkp_options'))) checked @endif>
|
||||
<label class="form-check-label" for="binkp_comp">Compression Enabled <sup>*</sup></label>
|
||||
<label class="form-check-label" for="binkp_comp">Compression Enabled</label>
|
||||
</div>
|
||||
|
||||
<div class="mt-1 form-check form-switch">
|
||||
|
Reference in New Issue
Block a user