Re: [PATCH] ip.7: Add not supported by SOCK_STREAM to socket options

From: Oliver Crumrine
Date: Wed Mar 13 2024 - 18:27:39 EST


On Wed, Mar 6, 2024 at 4:08 PM Oliver Crumrine <ozlinuxc@xxxxxxxxx> wrote:
>
> On Wed, Mar 6, 2024 at 8:12 AM Alejandro Colomar <alx@xxxxxxxxxx> wrote:
> >
> > On Wed, Mar 06, 2024 at 08:02:10AM -0500, Oliver Crumrine wrote:
> > > Hi Alex,
> >
> > Hi Oliver,
> >
> > > Type into netcat, not the program I sent.
> > > My program is the server and prints out whatever it recieves,
> > > along with some other stuff that lets you know which options
> > > are supported.
> >
> > Nothing either.
> >
> > $ date; nc localhost 8888 -u | ts
> > Wed Mar 6 14:09:38 CET 2024
> > foo
> > $ echo $?
> > 0
> >
> >
> > $ cc testDgramSocketServer.c
> > $ date; ./a.out | ts
> > Wed Mar 6 14:09:05 CET 2024
> > ^C
> > $
> >
> >
> > Have a lovely day!
> > Alex
> >
> > --
> > <https://www.alejandro-colomar.es/>
> > Looking for a remote C programming job at the moment.
>
>
> Hi Alex,
> I apologize for your repeated troubles with my test program.
> I have attached a video of myself using it in the method that I
> described to you. (I emailed you off-list as to avoid sending a 12
> MB video to the whole list)
>
> If you are using it in the same way that works for me, I don't know
> what the problem is. If I could've been clearer in my instructions, let
> me know for the future.
>
> Thanks,
> Oliver

Hi Alex,
Were you able to make any progress whatsoever with this test program?
Thanks,
Oliver