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)

r5207r5219
417417 return 0;
418418 }
419419
420 //int cw_udptl_settos(cw_udptl_t *udptl, int tos)
421 //{
420 int cw_udptl_settos(cw_udptl_t *udptl, int tos)
421 {
422422 // return udp_socket_set_tos(udptl->udptl_sock_info, tos);
423 //}
423 }
424424
425425 void cw_udptl_set_peer(cw_udptl_t *udptl, struct sockaddr_in *them)
426426 {