You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DNS sits at the application layer in the OSI model, according to List of network protocols (OSI model). So logically, DNSFailure would go in application.py. But DNS is used in multiple places in the stack, and I don't want to create a circular dependency, so I am moving it to utilities.py
The text was updated successfully, but these errors were encountered:
DNS sits at the application layer in the OSI model, according to List of network protocols (OSI model). So logically, DNSFailure would go in application.py. But DNS is used in multiple places in the stack, and I don't want to create a circular dependency, so I am moving it to utilities.py
The text was updated successfully, but these errors were encountered: