* a Great Idea - include Kademlia networking protocol in kernel
@ 2010-08-02 12:24 hp fk
2010-08-02 12:46 ` Valeo de Vries
` (3 more replies)
0 siblings, 4 replies; 13+ messages in thread
From: hp fk @ 2010-08-02 12:24 UTC (permalink / raw)
To: linux-kernel
Kademlia protocol is widely used by many p2p applications, if kernel
support the Kademlia protocol and its p2p network infrastracture. it
will be easier to bring us into a new stage of network with much more
freedom and equality.
1.systems could get public identity on network much more easier, and
need not depend on DNS system, which usual controled by buraucracy
agents.
2. system presence on network is easier to resolved in a dynamic ip
environment that many ISPs use to effectively use IP address. and
communication could be much easier.
3.many p2p applications could be releaved from building the p2p
network infrastracture repeatedly and focus on application features.
4. some restrictions imposed by buraucracy censorship will be breaked
and give us much more communication freedom
5. all linux systems could be equal citizens of a unified greate linux
p2p network and promote the development of p2p network.
^ permalink raw reply [flat|nested] 13+ messages in thread* Re: a Great Idea - include Kademlia networking protocol in kernel
2010-08-02 12:24 a Great Idea - include Kademlia networking protocol in kernel hp fk
@ 2010-08-02 12:46 ` Valeo de Vries
[not found] ` <AANLkTimFhNG0WVXURsjhHAisbrAK20zFgReydJ6AG1WJ@mail.gmail.com>
2010-08-02 12:56 ` Valdis.Kletnieks
` (2 subsequent siblings)
3 siblings, 1 reply; 13+ messages in thread
From: Valeo de Vries @ 2010-08-02 12:46 UTC (permalink / raw)
To: hp fk; +Cc: linux-kernel
On 2 August 2010 13:24, hp fk <fkhp101@gmail.com> wrote:
> Kademlia protocol is widely used by many p2p applications, if kernel
> support the Kademlia protocol and its p2p network infrastracture. it
> will be easier to bring us into a new stage of network with much more
> freedom and equality.
>
> 1.systems could get public identity on network much more easier, and
> need not depend on DNS system, which usual controled by buraucracy
> agents.
> 2. system presence on network is easier to resolved in a dynamic ip
> environment that many ISPs use to effectively use IP address. and
> communication could be much easier.
> 3.many p2p applications could be releaved from building the p2p
> network infrastracture repeatedly and focus on application features.
> 4. some restrictions imposed by buraucracy censorship will be breaked
> and give us much more communication freedom
> 5. all linux systems could be equal citizens of a unified greate linux
> p2p network and promote the development of p2p network.
And why exactly can't this be done in userspace? I assume that since
you mention IP that (perhaps incorrectly) this protocol uses TCP/UDP
on the lower layers...
Valeo
^ permalink raw reply [flat|nested] 13+ messages in thread* Re: a Great Idea - include Kademlia networking protocol in kernel
2010-08-02 12:24 a Great Idea - include Kademlia networking protocol in kernel hp fk
2010-08-02 12:46 ` Valeo de Vries
@ 2010-08-02 12:56 ` Valdis.Kletnieks
[not found] ` <AANLkTi=keL2rUzxdxgscTU9cQSNxOnAtGVuAwTq9Wfuq@mail.gmail.com>
2010-08-02 13:16 ` Fwd: " hp fk
2010-08-03 10:44 ` Bernd Petrovitsch
3 siblings, 1 reply; 13+ messages in thread
From: Valdis.Kletnieks @ 2010-08-02 12:56 UTC (permalink / raw)
To: hp fk; +Cc: linux-kernel
[-- Attachment #1: Type: text/plain, Size: 688 bytes --]
On Mon, 02 Aug 2010 20:24:38 +0800, hp fk said:
> Kademlia protocol is widely used by many p2p applications, if kernel
> support the Kademlia protocol and its p2p network infrastracture. it
> will be easier to bring us into a new stage of network with much more
> freedom and equality
1) You failed to explain what kernel support, if any, would be needed for this
protocol. What does Kademlia do that the current kernel can't handle already?
(Hint - if it runs on a Windows system without patching the Windows kernel, it
almost certainly doesn't need extensive patches for Linux either).
2) You forgot to cc: netdev@vger.kernel.org, which is where all the networking
people hang out.
[-- Attachment #2: Type: application/pgp-signature, Size: 227 bytes --]
^ permalink raw reply [flat|nested] 13+ messages in thread* Fwd: a Great Idea - include Kademlia networking protocol in kernel
2010-08-02 12:24 a Great Idea - include Kademlia networking protocol in kernel hp fk
2010-08-02 12:46 ` Valeo de Vries
2010-08-02 12:56 ` Valdis.Kletnieks
@ 2010-08-02 13:16 ` hp fk
2010-08-02 13:51 ` Paulius Zaleckas
2010-08-03 10:44 ` Bernd Petrovitsch
3 siblings, 1 reply; 13+ messages in thread
From: hp fk @ 2010-08-02 13:16 UTC (permalink / raw)
To: netdev
---------- Forwarded message ----------
From: hp fk <fkhp101@gmail.com>
Date: 2010/8/2
Subject: a Great Idea - include Kademlia networking protocol in kernel
To: linux-kernel@vger.kernel.org
Kademlia protocol is widely used by many p2p applications, if kernel
support the Kademlia protocol and its p2p network infrastracture. it
will be easier to bring us into a new stage of network with much more
freedom and equality.
1.systems could get public identity on network much more easier, and
need not depend on DNS system, which usual controled by buraucracy
agents.
2. system presence on network is easier to resolved in a dynamic ip
environment that many ISPs use to effectively use IP address. and
communication could be much easier.
3.many p2p applications could be releaved from building the p2p
network infrastracture repeatedly and focus on application features.
4. some restrictions imposed by buraucracy censorship will be breaked
and give us much more communication freedom
5. all linux systems could be equal citizens of a unified greate linux
p2p network and promote the development of p2p network.
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: Fwd: a Great Idea - include Kademlia networking protocol in kernel
2010-08-02 13:16 ` Fwd: " hp fk
@ 2010-08-02 13:51 ` Paulius Zaleckas
0 siblings, 0 replies; 13+ messages in thread
From: Paulius Zaleckas @ 2010-08-02 13:51 UTC (permalink / raw)
To: hp fk; +Cc: netdev
On 08/02/2010 04:16 PM, hp fk wrote:
> ---------- Forwarded message ----------
> From: hp fk<fkhp101@gmail.com>
> Date: 2010/8/2
> Subject: a Great Idea - include Kademlia networking protocol in kernel
> To: linux-kernel@vger.kernel.org
>
>
> Kademlia protocol is widely used by many p2p applications, if kernel
> support the Kademlia protocol and its p2p network infrastracture. it
> will be easier to bring us into a new stage of network with much more
> freedom and equality.
>
> 1.systems could get public identity on network much more easier, and
> need not depend on DNS system, which usual controled by buraucracy
> agents.
> 2. system presence on network is easier to resolved in a dynamic ip
> environment that many ISPs use to effectively use IP address. and
> communication could be much easier.
> 3.many p2p applications could be releaved from building the p2p
> network infrastracture repeatedly and focus on application features.
> 4. some restrictions imposed by buraucracy censorship will be breaked
> and give us much more communication freedom
> 5. all linux systems could be equal citizens of a unified greate linux
> p2p network and promote the development of p2p network.
I don't see any valid point why it should be done in kernel and not
in userspace. Actually doing this in userspace is better since it
would allow you to support other OS like BSD, Windows and etc.
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: a Great Idea - include Kademlia networking protocol in kernel
2010-08-02 12:24 a Great Idea - include Kademlia networking protocol in kernel hp fk
` (2 preceding siblings ...)
2010-08-02 13:16 ` Fwd: " hp fk
@ 2010-08-03 10:44 ` Bernd Petrovitsch
2010-08-03 11:15 ` Valeo de Vries
3 siblings, 1 reply; 13+ messages in thread
From: Bernd Petrovitsch @ 2010-08-03 10:44 UTC (permalink / raw)
To: hp fk; +Cc: linux-kernel
On Mon, 2010-08-02 at 20:24 +0800, hp fk wrote:
-ENO_REALNAME
> Kademlia protocol is widely used by many p2p applications, if kernel
-ENO_URL_WITH_INTRODUCTION_ON_KADEMLIA
-ENO_PATCH
[ Untechnical marketing and sales blurb deleted ]
Bernd
--
Bernd Petrovitsch Email : bernd@petrovitsch.priv.at
LUGA : http://www.luga.at
^ permalink raw reply [flat|nested] 13+ messages in thread* Re: a Great Idea - include Kademlia networking protocol in kernel
2010-08-03 10:44 ` Bernd Petrovitsch
@ 2010-08-03 11:15 ` Valeo de Vries
0 siblings, 0 replies; 13+ messages in thread
From: Valeo de Vries @ 2010-08-03 11:15 UTC (permalink / raw)
To: Bernd Petrovitsch; +Cc: hp fk, linux-kernel
On 3 August 2010 11:44, Bernd Petrovitsch <bernd@petrovitsch.priv.at> wrote:
> On Mon, 2010-08-02 at 20:24 +0800, hp fk wrote:
>
> -ENO_REALNAME
>
>> Kademlia protocol is widely used by many p2p applications, if kernel
>
> -ENO_URL_WITH_INTRODUCTION_ON_KADEMLIA
> -ENO_PATCH
Candidate for LWN's quote of the week, surely!? ;)
Valeo
^ permalink raw reply [flat|nested] 13+ messages in thread
end of thread, other threads:[~2010-08-03 11:15 UTC | newest]
Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-02 12:24 a Great Idea - include Kademlia networking protocol in kernel hp fk
2010-08-02 12:46 ` Valeo de Vries
[not found] ` <AANLkTimFhNG0WVXURsjhHAisbrAK20zFgReydJ6AG1WJ@mail.gmail.com>
2010-08-02 18:05 ` Valeo de Vries
2010-08-02 12:56 ` Valdis.Kletnieks
[not found] ` <AANLkTi=keL2rUzxdxgscTU9cQSNxOnAtGVuAwTq9Wfuq@mail.gmail.com>
2010-08-02 14:29 ` hp fk
2010-08-02 14:42 ` Damjan Jovanovic
[not found] ` <6501.1280759131@localhost>
2010-08-02 15:02 ` hp fk
2010-08-02 15:09 ` Valdis.Kletnieks
2010-08-02 18:16 ` H. Peter Anvin
2010-08-02 13:16 ` Fwd: " hp fk
2010-08-02 13:51 ` Paulius Zaleckas
2010-08-03 10:44 ` Bernd Petrovitsch
2010-08-03 11:15 ` Valeo de Vries
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.