ObjFW  Diff

Differences From Artifact [2c2229f73b]:

To Artifact [69355d01ce]:


51
52
53
54
55
56
57











58
 */
+ socket;

/**
 * Enables/disables non-blocking I/O.
 */
- setBlocking: (BOOL)enable;











@end







>
>
>
>
>
>
>
>
>
>
>

51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
 */
+ socket;

/**
 * Enables/disables non-blocking I/O.
 */
- setBlocking: (BOOL)enable;

- connectToService: (OFString*)service
	    onNode: (OFString*)node;
- bindService: (OFString*)service
       onNode: (OFString*)node
   withFamily: (int)family;
- listenWithBackLog: (int)backlog;
- listen;
- (OFSocket*)accept;
- enableKeepAlives: (BOOL)enable;
- close;
@end