bug-apl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-apl] Improvement on FIO∆socket


From: Christian Robert
Subject: Re: [Bug-apl] Improvement on FIO∆socket
Date: Thu, 16 Apr 2015 23:13:04 -0400
User-agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0

If this ok for you it's ok for me too.

They are standardized have not changed in the last 35 years to my knowledge,
and this is a reason "+" to  include thems as strings as parameters to ease the 
programmer task.

nevertheless, you do as you want.

Xtian.

ps: having thems in ".so" as strings get the advantage to not accept an "AF_INET" as a 
value to an "IPPROTP_TCP" parameter.



On 2015-04-16 22:59, Elias Mårtenson wrote:
On 17 April 2015 at 10:55, Christian Robert <address@hidden 
<mailto:address@hidden>> wrote:

    I though about that too (defining AF_INET, AF_UNIX, SOCK_STREAM, 
SOCK_DGRAM, IPPROTO_TCP, IPPROTO_UDP, IPPROTO_RAW, and such (tenths more)),
    but I *still* think it should be in the ".so"  and not in the )lib 5 
"FILE_IO"


If the actual values for these constants are not standardised (i.e. they can 
change on different operating systems) then of course, they need to be in the 
.so. As for the particular values, I have to admit that I have no idea if they 
ever change.

That said, I'd still prefer variables rather than strings. The values of the 
variables could be retrieved from a call into the .so and initialised on 
library load though.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]