Hi Tom,

Fair question.

I believe I mentioned that in one of my responses. The original definition was 
to use setsockopt() with new flags. However, some people raised the concern 
that this new feature changes the behavior of the function in a way that may 
confuse programmers and requested to use a new function (setsc()).

The issue was due to the time it takes the function to process the request. In 
current Socket implementation, setsockopt() is a function that returns 
immediately to the caller. On the other hand, this new feature may trigger an 
exchange of packets between the IP stack in the mobile node and the network 
allocating the IP prefix. This exchange takes time and the function can return 
only after the exchange is completed. They insisted that we maintain the 
current 'immediate' return behavior of setsockopt() and introduce a new 
function that might 'block' the calling thread until it completes.

Regards,
Danny




-----Original Message-----
From: dmm [mailto:dmm-boun...@ietf.org] On Behalf Of Tom Herbert
Sent: Friday, February 22, 2019 22:08
To: dmm <dmm@ietf.org>
Subject: Re: [DMM] I-D Action: draft-ietf-dmm-ondemand-mobility-17.txt

Out of curiosity, why is the new API being portrayed as a system call
(setsc) instead of a socket option (the bar for adding a socket option is much 
lower ).

Tom

On Fri, Feb 22, 2019 at 6:19 AM <internet-dra...@ietf.org> wrote:
>
>
> A New Internet-Draft is available from the on-line Internet-Drafts 
> directories.
> This draft is a work item of the Distributed Mobility Management WG of the 
> IETF.
>
>         Title           : On Demand Mobility Management
>         Authors         : Alper Yegin
>                           Danny Moses
>                           Seil Jeon
>         Filename        : draft-ietf-dmm-ondemand-mobility-17.txt
>         Pages           : 18
>         Date            : 2019-02-22
>
> Abstract:
>    Applications differ with respect to whether they need session
>    continuity and/or IP address reachability.  The network providing the
>    same type of service to any mobile host and any application running
>    on the host yields inefficiencies, as described in [RFC7333].  This
>    document defines a new concep of enabling applications to influence
>    the network's mobility services (session continuity and/or IP address
>    reachability) on a per-Socket basis, and suggests extensions to the
>    networking stack's API to accomodate this concept.
>
>
> The IETF datatracker status page for this draft is:
> https://datatracker.ietf.org/doc/draft-ietf-dmm-ondemand-mobility/
>
> There are also htmlized versions available at:
> https://tools.ietf.org/html/draft-ietf-dmm-ondemand-mobility-17
> https://datatracker.ietf.org/doc/html/draft-ietf-dmm-ondemand-mobility
> -17
>
> A diff from the previous version is available at:
> https://www.ietf.org/rfcdiff?url2=draft-ietf-dmm-ondemand-mobility-17
>
>
> Please note that it may take a couple of minutes from the time of 
> submission until the htmlized version and diff are available at 
> tools.ietf.org.
>
> Internet-Drafts are also available by anonymous FTP at:
> ftp://ftp.ietf.org/internet-drafts/
>
> _______________________________________________
> dmm mailing list
> dmm@ietf.org
> https://www.ietf.org/mailman/listinfo/dmm

_______________________________________________
dmm mailing list
dmm@ietf.org
https://www.ietf.org/mailman/listinfo/dmm
---------------------------------------------------------------------
A member of the Intel Corporation group of companies

This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.

_______________________________________________
dmm mailing list
dmm@ietf.org
https://www.ietf.org/mailman/listinfo/dmm

Reply via email to