Add support for multiple IP/port pairs in swift_sockaddr. Also add the user space...
authorAdrian Bondrescu <adi.bondrescu@gmail.com>
Thu, 10 May 2012 19:36:10 +0000 (22:36 +0300)
committerRazvan Deaconescu <razvan.deaconescu@cs.pub.ro>
Mon, 18 Mar 2013 16:26:51 +0000 (18:26 +0200)
commit6d0e2825e6cca633d831ed3ce790b678d042131c
tree7ac7049734cfa87d5d0297441388d0a5f8bfccf3
parent5643bfa4722063a4596f0662f352272d2d46ffbe
Add support for multiple IP/port pairs in swift_sockaddr. Also add the user space tests for testing this support.
src/kernel/swift.c
src/kernel/swift.h
test/Makefile [new file with mode: 0644]
test/client.c [new file with mode: 0644]
test/server.c [new file with mode: 0644]