From 2f07d5aa593476c8abeb88b2115da3349625ffae Mon Sep 17 00:00:00 2001 From: Razvan Deaconescu Date: Sat, 4 Jun 2011 13:50:30 +0300 Subject: [PATCH] raw: Replace header comment in swift_list.c. --- src/raw/swift_list.c | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) 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 */ -- 2.20.1