Skip to content
Success

Changes

Summary

  1. stream_cli: Log state in stream_sctp_recvmsg_wrapper() (details)
  2. stream_srv: keep sockname in iofd name if a stream name is explicitly (details)
  3. stream_cli: Add stream sockname to iofd name (details)
Commit c31ff6f073de271199614662b378b060cf0dcc81 by Pau Espin Pedrol
stream_cli: Log state in stream_sctp_recvmsg_wrapper()

Same as done in LOGSCLI macro.

Change-Id: Icac56b48b0d5715096a4d4872f88997eb6d708d2
The file was modifiedsrc/stream_cli.c
Commit 5846b6048da745cd58b588926190d3af4e568853 by Pau Espin Pedrol
stream_srv: keep sockname in iofd name if a stream name is explicitly set

This matches with how we log in eg. LOGSRV() macro. In essence, the user
doesn't need to care about requesting to log the sockname, that's
internally done in all cases. Instead, the stream set_name() is used to
log more upper-layer information.

Change-Id: I8f95b3a1cae66d39f7b83a4022880ab390b7715e
The file was modifiedsrc/stream_srv.c
Commit 71a8f69f1e5889039c8f304196b217844dbb0b81 by Pau Espin Pedrol
stream_cli: Add stream sockname to iofd name

Change-Id: If6f42afefdc61f3ce8c3387c22ac6867c21cb87b
The file was modifiedsrc/stream_cli.c