K 10 svn:author V 3 jah K 8 svn:date V 27 2019-01-21T08:24:49.431744Z K 7 svn:log V 372 MFC r343005: Handle SIGIO for listening sockets r319722 separated struct socket and parts of the socket I/O path into listening-socket-specific and dataflow-socket-specific pieces. Listening socket connection notifications are now handled by solisten_wakeup() instead of sowakeup(), but solisten_wakeup() does not currently post SIGIO to the owning process. PR: 234258 END