Changeset 5219
Clean up bad change from 5206. cw_udptl_settos should not be commented. It's _used_. It should be implemented. It was in 1.2\!
Committed by:
mjagdis
Date:
Oct 29 2008 * 20:15 (2 months ago)
Affected files:
callweaver/trunk/corelib/udptl.c (unified diff)
| r5207 | r5219 | |
|---|---|---|
| 417 | 417 | return 0; |
| 418 | 418 | } |
| 419 | 419 | |
| 420 | //int cw_udptl_settos(cw_udptl_t *udptl, int tos) | |
| 421 | //{ | |
| 420 | int cw_udptl_settos(cw_udptl_t *udptl, int tos) | |
| 421 | { | |
| 422 | 422 | // return udp_socket_set_tos(udptl->udptl_sock_info, tos); |
| 423 | //} | |
| 423 | } | |
| 424 | 424 | |
| 425 | 425 | void cw_udptl_set_peer(cw_udptl_t *udptl, struct sockaddr_in *them) |
| 426 | 426 | { |
![Home changeset 5219 [home]](/images/logo.png?1180520111)
RSS Feeds