[openssl/openssl] bcc04a: quic docs: update ddd README.md

James Muir noreply at github.com
Wed Nov 1 15:40:13 UTC 2023


  Branch: refs/heads/master
  Home:   https://github.com/openssl/openssl
  Commit: bcc04ab287d59e4f680c1a5eb768c19c5f74bea5
      https://github.com/openssl/openssl/commit/bcc04ab287d59e4f680c1a5eb768c19c5f74bea5
  Author: James Muir <james at openssl.org>
  Date:   2023-11-01 (Wed, 01 Nov 2023)

  Changed paths:
    M doc/designs/ddd/README.md

  Log Message:
  -----------
  quic docs: update ddd README.md

Minor edits (expand MVP acronym, suggest how to install "libuv")

These changes are part of
https://github.com/openssl/project/issues/253

Reviewed-by: Paul Dale <pauli at openssl.org>
Reviewed-by: Hugo Landau <hlandau at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22543)


  Commit: d1338fcf12672ef4a3d417f5dd03e342710ee5b3
      https://github.com/openssl/openssl/commit/d1338fcf12672ef4a3d417f5dd03e342710ee5b3
  Author: James Muir <james at openssl.org>
  Date:   2023-11-01 (Wed, 01 Nov 2023)

  Changed paths:
    M doc/designs/ddd/Makefile
    M doc/designs/ddd/ddd-01-conn-blocking.c
    M doc/designs/ddd/ddd-02-conn-nonblocking-threads.c
    M doc/designs/ddd/ddd-02-conn-nonblocking.c
    M doc/designs/ddd/ddd-03-fd-blocking.c
    M doc/designs/ddd/ddd-04-fd-nonblocking.c
    M doc/designs/ddd/ddd-05-mem-nonblocking.c
    M doc/designs/ddd/ddd-06-mem-uv.c

  Log Message:
  -----------
  quic ddd demos: update makefile and demo sources

Update makefile and fix some signedness issues in the demo sources.
Drop stray "\n" in the host-port format string that prevented ddd-01
from working (this was also noticed by Neil H). Also, determine the
length of the message we are sending and send that many bytes (rather
than send sizeof the buffer storing the message).

These changes are part of https://github.com/openssl/project/issues/253

Reviewed-by: Tomas Mraz <tomas at openssl.org>
Reviewed-by: Hugo Landau <hlandau at openssl.org>
Reviewed-by: Paul Dale <pauli at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22542)


Compare: https://github.com/openssl/openssl/compare/b119f8b892ea...d1338fcf1267


More information about the openssl-commits mailing list