Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4729 → Rev 4730

/branches/network/uspace/srv/net/tl/udp/udp.h
66,6 → 66,9
/** Indicates whether UDP checksum computing is enabled.
*/
int checksum_computing;
/** Indicates whether UDP autobnding on send is enabled.
*/
int autobinding;
/** Last used free port.
*/
int last_used_port;