add tcp support and tcp_simplehttp app
This commit is contained in:
parent
9832bafb44
commit
5a63d8e1fe
19 changed files with 666 additions and 83 deletions
|
@ -27,4 +27,4 @@ pub fn read(fd: usize, buf: &mut [u8]) -> isize {
|
|||
}
|
||||
pub fn write(fd: usize, buf: &[u8]) -> isize {
|
||||
sys_write(fd, buf)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue