search for: sock_broadcast

Displaying 1 result from an estimated 1 matches for "sock_broadcast".

Did you mean: so_broadcast
2009 Apr 22
0
networking problems in kinit
...int addr_len) { ... err = ip_route_connect(&rt, usin->sin_addr.s_addr, saddr, RT_CONN_FLAGS(sk), oif, sk->sk_protocol, inet->sport, usin->sin_port, sk, 1); if (err) return err; if ((rt->rt_flags & RTCF_BROADCAST) && !sock_flag(sk, SOCK_BROADCAST)) { ip_rt_put(rt); return -EACCES; >>>>>> This throws me out <<<<<<<<< } ... } So for me it seems, that there is something wrong or not correctly set up in the routing table. (But the host is within the same net, so routing is not really required)...