git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
a8a45df
)
sctp: Add a note on why sctp_recvmsg and sctp_sendmsg have ff_-prefixes
author
Diego Biurrun
<diego@biurrun.de>
Mon, 22 Apr 2013 17:03:13 +0000
(19:03 +0200)
committer
Diego Biurrun
<diego@biurrun.de>
Sat, 4 May 2013 20:22:17 +0000
(22:22 +0200)
libavformat/sctp.c
patch
|
blob
|
history
diff --git
a/libavformat/sctp.c
b/libavformat/sctp.c
index
b8ab63e
..
42dd547
100644
(file)
--- a/
libavformat/sctp.c
+++ b/
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
- *
for the SCTP kernel Implementation. The main purpose of this
- *
code is to provide the SCTP Socket API mappings for user
- *
application to interface with the SCTP in
kernel.
+ * library that offers support
for the SCTP kernel Implementation.
+ *
To avoid build-time clashes the functions sport an ff_-prefix here.
+ *
The main purpose of this code is to provide the SCTP Socket API
+ *
mappings for user applications to interface with SCTP in the
kernel.
*
* This implementation is based on the Socket API Extensions for SCTP
* defined in <draft-ietf-tsvwg-sctpsocket-10.txt>
*
* This implementation is based on the Socket API Extensions for SCTP
* defined in <draft-ietf-tsvwg-sctpsocket-10.txt>