Skip to content
Success

Changes

Summary

  1. cosmetic: stream_cli: Fix typos in API documentation (details)
  2. stream: Log failure to apply NODELAY sockopt (details)
Commit db28eefae3f3dcf5538049da2aa39291c37cecc8 by Pau Espin Pedrol
cosmetic: stream_cli: Fix typos in API documentation

Change-Id: Icb3c567df9fa287667996af34b652f80f12a816e
The file was modifiedsrc/stream_cli.c
Commit 03bfece300ca8da992b7397ee27988da447a9c1a by Pau Espin Pedrol
stream: Log failure to apply NODELAY sockopt

Failing to apply NODLEAY if asked to will close the fd after accepting
it. Log the error so users understand why the client is rejected after
the connection is opened.

Change-Id: I14feff9ad0fefcd0d30d88073408dd598e7dd067
The file was modifiedsrc/stream_srv.c
The file was modifiedsrc/stream.c