rip
Here are 102 public repositories matching this topic...
-
Updated
Jun 16, 2022 - 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
Jun 7, 2022 - Python
-
Updated
Jun 17, 2022 - C++
-
Updated
Sep 1, 2021
-
Updated
Mar 30, 2022 - Go
-
Updated
Mar 9, 2019
-
Updated
Apr 1, 2020 - C#
-
Updated
Apr 10, 2022 - C#
-
Updated
May 15, 2022 - HTML
-
Updated
Sep 2, 2020
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
Nov 8, 2021
-
Updated
Jul 18, 2020
-
Updated
Oct 14, 2016 - C++
-
Updated
Dec 28, 2020 - C++
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