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
Firedancer does not yet support Double Zero. See sub issues
Firedancer can gain Double Zero support via two ways:
The 'fast track' option is to use sockets. Comes with a performance hit but is good enough for mainnet. The proper implementation uses XDP.
Confirm we expose required Agave config options for DZ
Proper Implementation
In addition to the 'fast track' items, these items are required to get XDP support:
Net src IP logic: Let app tiles use src IP '0.0.0.0' when initiating a UDP flow. True src IP to be filled in by the net tile according to the routing table (net 2.0: XDP pref source address selection #4460)
Firedancer does not yet support Double Zero. See sub issues
Firedancer can gain Double Zero support via two ways:
The 'fast track' option is to use sockets. Comes with a performance hit but is good enough for mainnet. The proper implementation uses XDP.
Fast track
Proper Implementation
In addition to the 'fast track' items, these items are required to get XDP support:
The text was updated successfully, but these errors were encountered: