MuhammedReza07 / dns_resolver

A simple DNS resolver in Rust written uisng standard library provided functionality.
1 stars 0 forks source link

Removing parameter 'start' from the read_domain_name and read_to_slice functions #17

Closed MuhammedReza07 closed 1 year ago

MuhammedReza07 commented 1 year ago

Since the parameter often is self/udp_packet.position, it is basically unnecessary to have an additional degree of freedom. The change will be implemented unless this assumption is proven to be false.

MuhammedReza07 commented 1 year ago

Parameter removed.