sctp: Add a note on why sctp_recvmsg and sctp_sendmsg have ff_-prefixes

pull/16/head
Diego Biurrun 12 years ago
parent a8a45dfe25
commit c0c2b96c13
  1. 8
      libavformat/sctp.c

@ -56,10 +56,10 @@
/* /*
* The sctp_recvmsg and sctp_sendmsg functions are part of the user * The sctp_recvmsg and sctp_sendmsg functions are part of the user
* library that offers support * library that offers support for the SCTP kernel Implementation.
* for the SCTP kernel Implementation. The main purpose of this * To avoid build-time clashes the functions sport an ff_-prefix here.
* code is to provide the SCTP Socket API mappings for user * The main purpose of this code is to provide the SCTP Socket API
* application to interface with the SCTP in kernel. * mappings for user applications to interface with SCTP in the kernel.
* *
* This implementation is based on the Socket API Extensions for SCTP * This implementation is based on the Socket API Extensions for SCTP
* defined in <draft-ietf-tsvwg-sctpsocket-10.txt> * defined in <draft-ietf-tsvwg-sctpsocket-10.txt>

Loading…
Cancel
Save