Changeset 5957
- Timestamp:
- May 28, 2008, 4:56:38 PM (14 years ago)
- Location:
- trunk/libtransmission
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/net.c
r5956 r5957 77 77 78 78 /*********************************************************************** 79 * TCP /UDPsockets79 * TCP sockets 80 80 **********************************************************************/ 81 81 -
trunk/libtransmission/net.h
r5956 r5957 67 67 68 68 /*********************************************************************** 69 * TCP and UDP sockets69 * Sockets 70 70 **********************************************************************/ 71 71 int tr_netOpenTCP ( const struct in_addr * addr, tr_port_t port, int priority ); 72 int tr_netOpenUDP ( const struct in_addr * addr, tr_port_t port, int priority );73 72 int tr_netBindTCP ( int port ); 74 int tr_netBindUDP ( int port );75 73 int tr_netAccept ( int s, struct in_addr *, tr_port_t * ); 76 74 int tr_netSetTOS ( int s, int tos );
Note: See TracChangeset
for help on using the changeset viewer.