raw: Replace header comment in swift_list.c.
authorRazvan Deaconescu <razvan.deaconescu@cs.pub.ro>
Sat, 4 Jun 2011 10:50:30 +0000 (13:50 +0300)
committerRazvan Deaconescu <razvan.deaconescu@cs.pub.ro>
Sat, 4 Jun 2011 17:47:07 +0000 (20:47 +0300)
src/raw/swift_list.c

index 958ab37..d359845 100644 (file)
@@ -1,14 +1,8 @@
 /*
- * swift implementation of syscall API
+ * Linked list management for sockets
  *
- * Simulates the classic socket syscalls (socket, bind, send, recv).
- * Implementation uses raw sockets (AF_INET, SOCK_RAW).
- *
- * Subsequently, implementation is to be ported into kernel space and
- * the interface is going to be offered by the Linux syscall API.
- *
- * Heavily inspired by GLIBC's <sys/socket.h>
- * (/usr/include/sys/socket.h).
+ * Use sock_list structure to store information about sockets. Use functions
+ * to add, remove, find and update information in list.
  *
  * 2011, Razvan Deaconescu, razvan.deaconescu@cs.pub.ro
  */