Lines Matching defs:client
24 /// 2. Write `hello` to client
25 /// 3. Read `hello` from client
72 let mut client = loop {
80 let ret = client.read(&mut buf).unwrap();
84 let ret = client.write(&buf).unwrap();
94 /// 2. Write `hello` to client
95 /// 3. Read `hello` from client
146 let mut client = loop {
154 let ret = client.read(&mut buf).unwrap();
158 let ret = client.write(&buf).unwrap();