From: Razvan Deaconescu Date: Sun, 15 May 2011 06:47:42 +0000 (+0300) Subject: swifty: Replace initial comment in swift_types.h. X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=commitdiff_plain;ds=sidebyside;h=9872bd4f4a4c14ba8ff2bb0b52262f3005469e32;p=swifty.git swifty: Replace initial comment in swift_types.h. --- 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_