Subversion Repositories HelenOS

Rev

Rev 4726 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4726 Rev 4730
Line 64... Line 64...
64
     */
64
     */
65
    packet_dimension_t  packet_dimension;
65
    packet_dimension_t  packet_dimension;
66
    /** Indicates whether UDP checksum computing is enabled.
66
    /** Indicates whether UDP checksum computing is enabled.
67
     */
67
     */
68
    int             checksum_computing;
68
    int             checksum_computing;
-
 
69
    /** Indicates whether UDP autobnding on send is enabled.
-
 
70
     */
-
 
71
    int             autobinding;
69
    /** Last used free port.
72
    /** Last used free port.
70
     */
73
     */
71
    int             last_used_port;
74
    int             last_used_port;
72
    /** Active sockets.
75
    /** Active sockets.
73
     */
76
     */