]> git.tuebingen.mpg.de Git - paraslash.git/commit - dccp_send.c
Merge topic branch t/net into master
authorAndre Noll <maan@tuebingen.mpg.de>
Mon, 7 Nov 2022 16:34:31 +0000 (17:34 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 7 Nov 2022 16:39:13 +0000 (17:39 +0100)
commit68c0deb1ae25af923fde02952159c1129a281813
tree820e3d1258e485e2884b2a0252f5270304d36993
parentbe6cdae0466199a60c3e3e749a2b331c762dc6fc
parentb414b9d3153944d860a10a45ed5db9697994b490
Merge topic branch t/net into master

A moderately sized series which contains a bunch of simple cleanups
for net.c and net.h.

* refs/heads/t/net:
  net: De-doxify static functions.
  net: Refer to correct man page in stringify_port().
  net: Pass true/false instead of 0/1 to makesock().
  net: Demote log level of error message in makesock().
  net: Rename para_connect_simple() -> para_connect().
  net: Make is_valid_ipv{4,6}_address() local to net.c.
  net: Remove IPPROTO_DCCP define.
  net: Make single-use macros local.
  net: Combine documentation of struct flowopts.
  net: Drop extern keyword of function declarations.
NEWS.md
client_common.c