Re: Documentation on writing a custom socket

2008-03-10 Thread Alexander Leidinger
Quoting Julian Elischer [EMAIL PROTECTED] (from Sun, 09 Mar 2008 09:33:36 -0700): Hans Petter Selasky wrote: On Saturday 08 March 2008, Robert Watson wrote: On Sat, 8 Mar 2008, Hans Petter Selasky wrote: For example, do you anticipate using or even needing the routing facilities, and how

Re: Documentation on writing a custom socket

2008-03-10 Thread Hans Petter Selasky
ISDN can have more than 2-data channels per logical unit. There is something called E1 and T1 which has 30 and 24 B-channels respectivly per D-channel. --HPS On Monday 10 March 2008, Alexander Leidinger wrote: Quoting Julian Elischer [EMAIL PROTECTED] (from Sun, 09 Mar 2008 09:33:36 -0700):

Re: Documentation on writing a custom socket

2008-03-10 Thread Julian Elischer
Hans Petter Selasky wrote: ISDN can have more than 2-data channels per logical unit. There is something called E1 and T1 which has 30 and 24 B-channels respectivly per D-channel. I know, but neither of these represent any challenge to modern hardware. --HPS On Monday 10 March 2008,

Re: Documentation on writing a custom socket

2008-03-10 Thread Robert Watson
On Sun, 9 Mar 2008, Hans Petter Selasky wrote: On Saturday 08 March 2008, Robert Watson wrote: On Sat, 8 Mar 2008, Hans Petter Selasky wrote: For example, do you anticipate using or even needing the routing facilities, and how might you map ISDN telephony parts into the normal network

Re: Documentation on writing a custom socket

2008-03-09 Thread Hans Petter Selasky
On Saturday 08 March 2008, Max Laier wrote: Am Sa, 8.03.2008, 11:33, schrieb Hans Petter Selasky: I'm planning to create a new socket type in FreeBSD called AF_Q921, which is to be used for ISDN telephony. Where do I find documentation on how to interesting ... can you share more

Re: Documentation on writing a custom socket

2008-03-09 Thread Hans Petter Selasky
On Saturday 08 March 2008, Robert Watson wrote: On Sat, 8 Mar 2008, Hans Petter Selasky wrote: For example, do you anticipate using or even needing the routing facilities, and how might you map ISDN telephony parts into the normal network stack infrastructure of addresses, routing,

Re: Documentation on writing a custom socket

2008-03-09 Thread Luigi Rizzo
On Sun, Mar 09, 2008 at 10:17:14AM +0100, Hans Petter Selasky wrote: On Saturday 08 March 2008, Max Laier wrote: Am Sa, 8.03.2008, 11:33, schrieb Hans Petter Selasky: I'm planning to create a new socket type in FreeBSD called AF_Q921, which is to be used for ISDN telephony. Where do I

Re: Documentation on writing a custom socket

2008-03-09 Thread Bjoern A. Zeeb
On Sun, 9 Mar 2008, Hans Petter Selasky wrote: On Saturday 08 March 2008, Robert Watson wrote: On Sat, 8 Mar 2008, Hans Petter Selasky wrote: For example, do you anticipate using or even needing the routing facilities, and how might you map ISDN telephony parts into the normal network stack

Re: Documentation on writing a custom socket

2008-03-09 Thread Julian Elischer
Hans Petter Selasky wrote: On Saturday 08 March 2008, Robert Watson wrote: On Sat, 8 Mar 2008, Hans Petter Selasky wrote: For example, do you anticipate using or even needing the routing facilities, and how might you map ISDN telephony parts into the normal network stack infrastructure of

Re: Documentation on writing a custom socket

2008-03-09 Thread Hartmut Brandt
Julian Elischer wrote: Hartmut Brandt wrote: Robert Watson wrote: On Sat, 8 Mar 2008, Hans Petter Selasky wrote: I'm planning to create a new socket type in FreeBSD called AF_Q921, which is to be used for ISDN telephony. Where do I find documentation on how to implement a new socket in the

Documentation on writing a custom socket

2008-03-08 Thread Hans Petter Selasky
Hi, I'm planning to create a new socket type in FreeBSD called AF_Q921, which is to be used for ISDN telephony. Where do I find documentation on how to implement a new socket in the kernel ? --HPS ___ freebsd-hackers@freebsd.org mailing list

Re: Documentation on writing a custom socket

2008-03-08 Thread Max Laier
Am Sa, 8.03.2008, 11:33, schrieb Hans Petter Selasky: I'm planning to create a new socket type in FreeBSD called AF_Q921, which is to be used for ISDN telephony. Where do I find documentation on how to interesting ... can you share more information on this project? implement a new socket in

Re: Documentation on writing a custom socket

2008-03-08 Thread Robert Watson
On Sat, 8 Mar 2008, Hans Petter Selasky wrote: I'm planning to create a new socket type in FreeBSD called AF_Q921, which is to be used for ISDN telephony. Where do I find documentation on how to implement a new socket in the kernel ? I'd start with a copy of the Design and Implementation of

Re: Documentation on writing a custom socket

2008-03-08 Thread Hartmut Brandt
Robert Watson wrote: On Sat, 8 Mar 2008, Hans Petter Selasky wrote: I'm planning to create a new socket type in FreeBSD called AF_Q921, which is to be used for ISDN telephony. Where do I find documentation on how to implement a new socket in the kernel ? [SNIP] that isn't connected to

Re: Documentation on writing a custom socket

2008-03-08 Thread Julian Elischer
Hans Petter Selasky wrote: Hi, I'm planning to create a new socket type in FreeBSD called AF_Q921, which is to be used for ISDN telephony. Where do I find documentation on how to implement a new socket in the kernel ? --HPS ___

Re: Documentation on writing a custom socket

2008-03-08 Thread Julian Elischer
Hartmut Brandt wrote: Robert Watson wrote: On Sat, 8 Mar 2008, Hans Petter Selasky wrote: I'm planning to create a new socket type in FreeBSD called AF_Q921, which is to be used for ISDN telephony. Where do I find documentation on how to implement a new socket in the kernel ? [SNIP]