swifty: Replace initial comment in swift_types.h.
authorRazvan Deaconescu <razvan.deaconescu@cs.pub.ro>
Sun, 15 May 2011 06:47:42 +0000 (09:47 +0300)
committerRazvan Deaconescu <razvan.deaconescu@cs.pub.ro>
Sun, 15 May 2011 06:49:32 +0000 (09:49 +0300)
src/swift_types.h

index c8c967d..754f6e0 100644 (file)
@@ -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_