Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
Export tcp_send_ack symbol to fix build issue with mptcp_fullmesh mod…
Browse files Browse the repository at this point in the history
…ule (mptcp_trunk).

This commit should make it possible to revert 64a8085.
  • Loading branch information
Kostas Peletidis committed Nov 11, 2018
1 parent 64a8085 commit 6f1b2a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions net/ipv4/tcp_output.c
Original file line number Diff line number Diff line change
Expand Up @@ -3702,6 +3702,7 @@ void tcp_send_ack(struct sock *sk)
{
__tcp_send_ack(sk, tcp_sk(sk)->rcv_nxt);
}
EXPORT_SYMBOL_GPL(tcp_send_ack);

/* This routine sends a packet with an out of date sequence
* number. It assumes the other end will try to ack it.
Expand Down

0 comments on commit 6f1b2a0

Please sign in to comment.