Show
Ignore:
Timestamp:
05/26/10 12:23:09 (2 years ago)
Author:
mwhitworth
Message:

Update to actually include all network stack progress so far.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Whitix/branches/netchannel/user/sdk/network/socket.c

    r2086 r2088  
    108108                return socket->ops->shutdown(socket); 
    109109 
    110         /* TODO: Free socket */ 
     110        /* TODO: Free socket, channel */ 
     111        printf("SocketClose\n"); 
    111112 
    112113        return -1;