diff options
| author | Randall Stewart <rrs@FreeBSD.org> | 2010-04-17 04:15:46 +0000 |
|---|---|---|
| committer | Randall Stewart <rrs@FreeBSD.org> | 2010-04-17 04:15:46 +0000 |
| commit | 17f2eabb2b2ceaf0562b0758eba4a84900c57623 (patch) | |
| tree | e2eab28c766fc59b3e703838d88701bb2cf52520 /sys/netinet/sctp_output.h | |
| parent | 07072810f01ebe895603e9c204794f4a7054cee3 (diff) | |
Notes
Diffstat (limited to 'sys/netinet/sctp_output.h')
| -rw-r--r-- | sys/netinet/sctp_output.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/netinet/sctp_output.h b/sys/netinet/sctp_output.h index bd40a0b1f099..6488b1cf739c 100644 --- a/sys/netinet/sctp_output.h +++ b/sys/netinet/sctp_output.h @@ -155,9 +155,6 @@ void send_forward_tsn(struct sctp_tcb *, struct sctp_association *); void sctp_send_sack(struct sctp_tcb *); -/* EY 05/07/08 if nr_sacks used, the following function will be called instead of sctp_send_sack */ -void sctp_send_nr_sack(struct sctp_tcb *); - int sctp_send_hb(struct sctp_tcb *, int, struct sctp_nets *); void sctp_send_ecn_echo(struct sctp_tcb *, struct sctp_nets *, uint32_t); |
