rip
Here are 87 public repositories matching this topic...
-
Updated
Apr 14, 2021 - C
As someone looking to rerip 300+ audio cds, ripper looks like the right tool for the job. It strikes me that this is a good opportunity to re-evaluate exactly how I have my music collection tagged/sorted.
An area where I think there could be some improvement is around documenting exactly how whipper works in it's default configuration and why these options have been chosen. Specifically
-The d
-
Updated
Apr 14, 2021 - Python
-
Updated
Feb 27, 2021 - C++
-
Updated
Aug 2, 2020
-
Updated
Apr 1, 2020 - C#
-
Updated
Mar 9, 2019
-
Updated
Sep 2, 2020
-
Updated
Feb 16, 2021 - HTML
Sync / Async ?
Samotný routing by mal byť synchrónny - v akom poradí sa prijmú paktety v takom poradí sa odošlú.
ARP musí byť asynchrónny - ak čaká paket na spracovanie, pošle ARP request, nikdy by ho nedočkal lebo sám blokuje príjmanie.
RIP môže / nemusí byť asynchrónny.
-
Updated
Oct 25, 2020 - JavaScript
-
Updated
Nov 1, 2020 - Shell
-
Updated
Jul 18, 2020
-
Updated
Feb 9, 2021 - C#
-
Updated
Oct 14, 2016 - C++
-
Updated
Nov 25, 2020 - Python
Improve this page
Add a description, image, and links to the rip topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the rip topic, visit your repo's landing page and select "manage topics."
In
zebra/rt_netlink.c, we callvrf_lookup_by_id()when we get a route to find the associated vrf object for that table.This should be improved to be a hash table mapping of Table ID to
zebra_vrfobject.You would need to create a hash table probably in
zebra/zebra_vrf.hthat uses thetable_idhash as a key and then update the code invrf_lookup_by_id()to use this.This shoul