From 9872bd4f4a4c14ba8ff2bb0b52262f3005469e32 Mon Sep 17 00:00:00 2001 From: Razvan Deaconescu Date: Sun, 15 May 2011 09:47:42 +0300 Subject: [PATCH] swifty: Replace initial comment in swift_types.h. --- src/swift_types.h | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/src/swift_types.h b/src/swift_types.h index c8c967d..754f6e0 100644 --- a/src/swift_types.h +++ b/src/swift_types.h @@ -1,13 +1,10 @@ /* - * swift interface for raw sockets + * swift data structures * - * Simulates the classic socket syscalls (socket, bind, send, recv). - * Implementation uses raw sockets (AF_INET, SOCK_RAW). + * swift struct sockaddr is dubbed struct sockaddr_sw. + * swhdr is swift packet header (as delivered on the network). * - * Subsequently, implementation is to be ported into kernel space and - * the interface is going to be offered by the Linux syscall API. - * - * 2010, Razvan Deaconescu, razvan.deaconescu@cs.pub.ro + * 2011, Razvan Deaconescu, razvan.deaconescu@cs.pub.ro */ #ifndef SWIFT_TYPES_ -- 2.20.1