chiark / gitweb /
client: wip code
[hippotat.git] / src / slip.rs
1 // Copyright 2021 Ian Jackson and contributors to Hippotat
2 // SPDX-License-Identifier: AGPL-3.0-or-later
3 // There is NO WARRANTY.
4
5 use crate::prelude::*;
6
7 pub static SLIP_END_SLICE: &[u8] = &[SLIP_END];
8
9 #[throws(AE)]
10 pub fn check_checkmtu_mimeify(_data: &mut [u8], _ic: &InstanceConfig) {
11   // xxx
12 }