Changeset 14528 for trunk/libtransmission/net.h
- Timestamp:
- May 9, 2015, 2:10:55 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/net.h
r14479 r14528 153 153 tr_port * setme_port); 154 154 155 inttr_netSetTOS (tr_socket_t s,155 void tr_netSetTOS (tr_socket_t s, 156 156 int tos); 157 157 158 inttr_netSetCongestionControl (tr_socket_t s,159 const char * algorithm);158 void tr_netSetCongestionControl (tr_socket_t s, 159 const char * algorithm); 160 160 161 161 void tr_netClose (tr_session * session,
Note: See TracChangeset
for help on using the changeset viewer.