Networking notes - sockety things: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

2 October 2024

12 July 2024

  • curprev 13:0913:09, 12 July 2024Helpful talk contribsm 5,980 bytes +27 No edit summary
  • curprev 12:5012:50, 12 July 2024Helpful talk contribsm 5,953 bytes +1 No edit summary
  • curprev 12:5012:50, 12 July 2024Helpful talk contribs 5,952 bytes +5,952 Created page with "{{networking stuff}} ==Sockety things== There is a POSIX socket API, evolved from an earlier Berkeley API. Technically it was a standardization of early TCP, that also allowed wider set of protocols. ===Named sockets=== '''Named sockets''' are a somewhat ambiguous name, in that some people use them to refer to abstract sockets, some to named pipes. ===Local sockets / unix domain sockets=== POSIX calls it PF_LOCAL BSD calls it PF_UNIX, which is <tt>#define</tt>'..."