]> git.karo-electronics.de Git - karo-tx-linux.git/commit
kvm tools: Add TCP support for uip
authorAsias He <asias.hejun@gmail.com>
Wed, 29 Jun 2011 08:47:25 +0000 (16:47 +0800)
committerPekka Enberg <penberg@kernel.org>
Thu, 30 Jun 2011 07:42:44 +0000 (10:42 +0300)
commit8e5520a8722752d52e550d2166025cdc399f13e8
treef2e18781f45c2977b1a9216ec468a0e408783b20
parent68c44a69719bb50d971acd8b365d7d87e3ca6e3f
kvm tools: Add TCP support for uip

- Implement uip_tx_do_ipv4_tcp() to send TCP package to remote host.

- Implement uip_tcp_socket_thread() to receive TCP package from
  remote host.

Signed-off-by: Asias He <asias.hejun@gmail.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
tools/kvm/Makefile
tools/kvm/include/kvm/uip.h
tools/kvm/uip/ipv4.c
tools/kvm/uip/tcp.c [new file with mode: 0644]