--- gvpe/src/vpn.h 2003/04/05 02:32:40 1.4 +++ gvpe/src/vpn.h 2003/04/06 04:17:36 1.5 @@ -54,7 +54,7 @@ void tap_ev (io_watcher &w, short revents); io_watcher tap_ev_watcher; - void send_vpn_packet (vpn_packet *pkt, const sockinfo &si, int tos = IPTOS_RELIABILITY); + void send_vpn_packet (vpn_packet *pkt, const sockinfo &si, int tos = 0); #if ENABLE_TCP void tcpv4_ev (io_watcher &w, short revents); io_watcher tcpv4_ev_watcher;