Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4729 → Rev 4730

/branches/network/uspace/srv/net/net/net.c
351,6 → 351,7
ERROR_PROPAGATE( add_configuration( & net_globals.configuration, "ICMP_ERROR_REPORTING", "yes" )); //anything else not starting with 'y'
ERROR_PROPAGATE( add_configuration( & net_globals.configuration, "ICMP_ECHO_REPLYING", "yes" )); //anything else not starting with 'y'
ERROR_PROPAGATE( add_configuration( & net_globals.configuration, "UDP_CHECKSUM_COMPUTING", "yes" )); //anything else not starting with 'y'
ERROR_PROPAGATE( add_configuration( & net_globals.configuration, "UDP_AUTOBINDING", "yes" )); //anything else not starting with 'y'
return EOK;
}
 
/branches/network/uspace/srv/net/net/Makefile
61,6 → 61,7
$(NET_BASE)tl/icmp/icmp.c \
$(NET_BASE)tl/icmp/icmp_client.c \
$(NET_BASE)tl/tcp/tcp.c \
$(NET_BASE)tl/tl_common.c \
$(NET_BASE)tl/udp/udp.c \
$(STRUCTURES)dynamic_fifo.c