From: Razvan Deaconescu Date: Sat, 4 Jun 2011 10:50:30 +0000 (+0300) Subject: raw: Replace header comment in swift_list.c. X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=commitdiff_plain;h=2f07d5aa593476c8abeb88b2115da3349625ffae;hp=ad0ad8711465667e312781efde2f0de78dfcfc1e;p=swifty.git raw: Replace header comment in swift_list.c. --- diff --git a/src/raw/swift_list.c b/src/raw/swift_list.c index 958ab37..d359845 100644 --- a/src/raw/swift_list.c +++ b/src/raw/swift_list.c @@ -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 - * (/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 */