summaryrefslogtreecommitdiff
path: root/packet_io/sendpacket.c
diff options
context:
space:
mode:
Diffstat (limited to 'packet_io/sendpacket.c')
-rw-r--r--packet_io/sendpacket.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/packet_io/sendpacket.c b/packet_io/sendpacket.c
index 27a6a92..415b39b 100644
--- a/packet_io/sendpacket.c
+++ b/packet_io/sendpacket.c
@@ -2282,7 +2282,8 @@ static int __do_inject_pkt(struct streaminfo *stream, const char *payload, int p
goto err;
}
ret = packet_io_send(send_handle, reserved_hdr_len+payload_len, SEND_TYPE_LINK_INJECT,
- low_net_layer_type, stream->routedir, thread_num,
+ //low_net_layer_type, stream->routedir, thread_num,
+ low_net_layer_type, snd_routedir, thread_num,
feedback_buf, feedback_buf_len);
if(ret < 0){
send_handle->tot_send_err++;