Sockets don't quite work, but they will almost work.
[ITFoundation.git] / ITInetSocket.h
index 3a09aab..61d16b0 100755 (executable)
@@ -86,13 +86,10 @@ typedef enum {
  * @discussion ITInetSocket is an Internet socket class supporting IPv6 and Rendezvous.
  */
 @interface ITInetSocket : NSObject <ITByteStreamDelegate> {
  * @discussion ITInetSocket is an Internet socket class supporting IPv6 and Rendezvous.
  */
 @interface ITInetSocket : NSObject <ITByteStreamDelegate> {
-    @public
-    /*!
-     * @var sockfd
-       * @abstract KLWONZ
-     */
+
     int sockfd;
     int port;
     int sockfd;
     int port;
+    int nc;
     unsigned short bufs;
     volatile int dieflag;
     volatile int actionflag;
     unsigned short bufs;
     volatile int dieflag;
     volatile int actionflag;