Neale: I am trying to do some TCPIP socket operations from Linux. My hope is to be able to create a zLinux daemon that can listen to a port from a given VM TCPIP stack.
As Alan said, all VM TCPIP seems to be 2WAY which is why I am a bit stuck on this issue it seems. I am considering forking the af_iucv module and implement 2WAY send, but it would probably make sense to make this development in collaboration with the experts on this list. Regards, On Tue, Aug 18, 2020 at 7:20 AM Alan Altmark <[email protected]> wrote: > > All IUCV socket functions in VM TCP/IP are 2WAY (SEND with REPLY). > > Regards, > Alan Altmark > IBM > > > On Aug 17, 2020, at 10:06 PM, Neale Ferguson <[email protected]> > wrote: > > > > What type of service are you calling? > > > > Neale Ferguson > > > > On 8/18/20, 02:57, "Linux on 390 Port on behalf of Christian Svensson" > <[email protected] on behalf of [email protected]> wrote: > > > > [+linux-390 mailing list] > > > >> On Mon, Aug 17, 2020 at 6:55 PM Christian Svensson <[email protected]> > wrote: > >> > >> Hi, > >> > >> I am trying to call TCPIP service using IUCV. > >> I found AF_IUCV which seemed to do what I want, but reading > >> more into it it looks like AF_IUCV only ever implemented one-way > >> SEND operations. > > > > > > > > ---------------------------------------------------------------------- > > For LINUX-390 subscribe / signoff / archive access instructions, > > send email to [email protected] with the message: INFO LINUX-390 or > visit > > > http://www2.marist.edu/htbin/wlvindex?LINUX-390 > > > > > ---------------------------------------------------------------------- > For LINUX-390 subscribe / signoff / archive access instructions, > send email to [email protected] with the message: INFO LINUX-390 or visit > http://www2.marist.edu/htbin/wlvindex?LINUX-390 ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO LINUX-390 or visit http://www2.marist.edu/htbin/wlvindex?LINUX-390
