~jsvoboda/helenos/dnsr

« back to all changes in this revision

Viewing changes to uspace/srv/net/inetsrv/inet_link.c

  • Committer: Jiri Svoboda
  • Date: 2012-08-13 10:40:17 UTC
  • Revision ID: jiri@wiwaxia-20120813104017-t9y6pdrjuky39557
Terminate UDP receive fibril when socket is closed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
201
201
                addr->naddr.ipv4 = (127 << 24) + (0 << 16) + (0 << 8) + 1;
202
202
                first = 0;
203
203
        } else {
204
 
                addr->naddr.ipv4 = (192 << 24) + (168 << 16) + (0 << 8) + 4;
 
204
                addr->naddr.ipv4 = (10 << 24) + (0 << 16) + (0 << 8) + 2;
205
205
        }
206
206
        addr->naddr.bits = 24;
207
207
        addr->ilink = ilink;