1
0
Fork 0
alistair23-linux/net/dccp
Arnaldo Carvalho de Melo 67e6b62921 [DCCP]: Introduce DCCP_SOCKOPT_SERVICE
As discussed in the dccp@vger mailing list:

Now applications have to use setsockopt(DCCP_SOCKOPT_SERVICE, service[s]),
prior to calling listen() and connect().

An array of unsigned ints can be passed meaning that the listening sock accepts
connection requests for several services.

With this we can ditch struct sockaddr_dccp and use only sockaddr_in (and
sockaddr_in6 in the future).

Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2005-09-16 16:58:40 -07:00
..
ccids [CCID3]: Listen socks doesn't have a private CCID block 2005-09-12 14:16:58 -07:00
Kconfig [DCCP]: Make the Debug Menu available when DCCP is statically linked too 2005-08-29 16:11:27 -07:00
Makefile [DCCP]: Just move packet_history.[ch] to net/dccp/ccids/lib/ 2005-08-29 16:12:25 -07:00
ccid.c [DCCP]: Initial implementation 2005-08-29 15:49:46 -07:00
ccid.h [DCCP]: Introduce dccp_get_info 2005-08-29 16:05:07 -07:00
dccp.h [DCCP]: Introduce DCCP_SOCKOPT_SERVICE 2005-09-16 16:58:40 -07:00
diag.c [DCCP]: Introduce dccp_get_info 2005-08-29 16:05:07 -07:00
input.c [DCCP]: More precisely set reset_code when sending RESET packets 2005-09-16 16:58:33 -07:00
ipv4.c [DCCP]: Introduce DCCP_SOCKOPT_SERVICE 2005-09-16 16:58:40 -07:00
minisocks.c [DCCP]: Introduce DCCP_SOCKOPT_SERVICE 2005-09-16 16:58:40 -07:00
options.c [DCCP] Introduce dccp_timestamp 2005-09-09 02:38:35 -03:00
output.c [DCCP]: Introduce DCCP_SOCKOPT_SERVICE 2005-09-16 16:58:40 -07:00
proto.c [DCCP]: Introduce DCCP_SOCKOPT_SERVICE 2005-09-16 16:58:40 -07:00
timer.c [DCCP]: Fix the ACK and SEQ window variables settings 2005-08-29 16:03:42 -07:00