hierynomus / smbj

Server Message Block (SMB2, SMB3) implementation in Java
Other
713 stars 180 forks source link

Add support for SMB over QUIC #550

Open ekelly-1898 opened 4 years ago

ekelly-1898 commented 4 years ago

Microsoft are planning to add support for SMB over QUIC.

As demo'd here: https://techcommunity.microsoft.com/t5/itops-talk-blog/smb-over-quic-files-without-the-vpn/ba-p/1183449

I would like to see SMBJ support this. Looking at the TransportLayer interface it seems like it would not be too difficult.

Although this is not yet available I wanted to create an issue to track this. If you feel this is too early to have an issue on the tracker then feel free to close and I can re-open when the feature is released by Microsoft.

hierynomus commented 4 years ago

Let's keep track of it here.