[BACK]Return to uipc_socket2.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / kern

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/kern/uipc_socket2.c between version 1.128 and 1.129

version 1.128, 2018/03/19 16:26:26 version 1.129, 2018/04/29 07:13:10
Line 725  sbrelease(struct sockbuf *sb, struct soc
Line 725  sbrelease(struct sockbuf *sb, struct soc
  *   *
  * Reliable protocols may use the socket send buffer to hold data   * Reliable protocols may use the socket send buffer to hold data
  * awaiting acknowledgement.  Data is normally copied from a socket   * awaiting acknowledgement.  Data is normally copied from a socket
  * send buffer in a protocol with m_copy for output to a peer,   * send buffer in a protocol with m_copym for output to a peer,
  * and then removing the data from the socket buffer with sbdrop()   * and then removing the data from the socket buffer with sbdrop()
  * or sbdroprecord() when the data is acknowledged by the peer.   * or sbdroprecord() when the data is acknowledged by the peer.
  */   */

Legend:
Removed from v.1.128  
changed lines
  Added in v.1.129

CVSweb <webmaster@jp.NetBSD.org>