Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
sofia-sip
Commits
20b35b2c
Commit
20b35b2c
authored
Feb 26, 2007
by
Pekka Pessi
Browse files
su: updated documentation
darcs-hash:20070226141131-55b16-98eaa75242673eb47c6ac5a840176f5737bd8eee.gz
parent
27772302
Changes
4
Hide whitespace changes
Inline
Side-by-side
libsofia-sip-ua/su/sofia-sip/su.h
View file @
20b35b2c
...
...
@@ -220,13 +220,15 @@ typedef size_t su_ioveclen_t;
* } WSABUF, *LPWSABUF;
* @endcode
*
* @note Ordering of the fields is reversed on Windows. Do not initialize this
* structure with static initializer, but assign both fields separately.
* @note Ordering of the fields is reversed on Windows. Do not initialize
* this structure with static initializer, but assign both fields
* separately. Note that the type of the siv_len is #su_ioveclen_t which is
* defined as u_long on Windows and size_t on POSIX.
*
* For historical reasons, the structure is known as #msg_iovec_t in @msg
* module.
*
* @sa
#su_iovec_t,
#su_ioveclen_t, SU_IOVECLEN_MAX, su_vsend(), su_vrecv(),
* @sa #su_ioveclen_t, SU_IOVECLEN_MAX, su_vsend(), su_vrecv(),
* #msg_iovec_t, msg_iovec(), msg_recv_iovec(),
* @c struct @c iovec defined in <sys/uio.h>, writev(2), readv(2),
* sendmsg(), recvmsg(),
...
...
libsofia-sip-ua/su/su_base_port.c
View file @
20b35b2c
...
...
@@ -23,7 +23,7 @@
*/
/**@ingroup su_wait
* @CFILE su_port.c
* @CFILE su_
base_
port.c
*
* OS-Independent Socket Syncronization Interface.
*
...
...
libsofia-sip-ua/su/su_kqueue_port.c
View file @
20b35b2c
...
...
@@ -23,7 +23,7 @@
*/
/**@ingroup su_wait
* @CFILE su_
poll
_port.c
* @CFILE su_
kqueue
_port.c
*
* Port implementation using kqueue()
*
...
...
libsofia-sip-ua/su/su_timer.c
View file @
20b35b2c
...
...
@@ -158,7 +158,7 @@ struct su_timer_s {
};
enum
sut_running
{
reset
=
0
,
reset
=
0
,
/**< Timer is not running */
run_at_intervals
=
1
,
/**< Compensate missed wakeup calls */
run_for_ever
=
2
/**< Do not compensate */
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment